We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3362214 commit b849847Copy full SHA for b849847
3 files changed
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- sfrest (0.0.48)
+ sfrest (0.0.49)
5
excon
6
7
GEM
@@ -25,7 +25,7 @@ GEM
25
rexml
26
diff-lcs (1.5.1)
27
docile (1.4.0)
28
- excon (0.109.0)
+ excon (1.2.2)
29
faker (2.22.0)
30
i18n (>= 1.8.11, < 2)
31
git_bpf (1.0.1)
lib/sfrest/version.rb
@@ -2,5 +2,5 @@
module SFRest
# Just tracks the version of sfrest.
- VERSION = '0.0.48'
+ VERSION = '0.0.49'
end
sfrest.gemspec
@@ -4,7 +4,7 @@ require 'sfrest/version'
Gem::Specification.new do |s|
s.name = 'sfrest'
s.version = SFRest::VERSION
- s.date = '2024-07-12'
+ s.date = '2024-12-18'
8
s.summary = "Acquia Site Factory Rest API."
9
s.description = "Wrapper methods around the ACSF Rest API."
10
s.authors = [
0 commit comments