Skip to content

Commit 2597cca

Browse files
committed
Bump version
1 parent f759840 commit 2597cca

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rspec_api_documentation (0.5.1)
4+
rspec_api_documentation (0.5.2)
55
activesupport (>= 3.0.0)
66
coderay (>= 1.0.7.rc1)
77
i18n (>= 0.1.0)

example/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../
33
specs:
4-
rspec_api_documentation (0.5.0)
4+
rspec_api_documentation (0.5.2)
55
activesupport (>= 3.0.0)
66
coderay (>= 1.0.7.rc1)
77
i18n (>= 0.1.0)
@@ -41,7 +41,7 @@ GEM
4141
activesupport (= 3.1.3)
4242
activesupport (3.1.3)
4343
multi_json (~> 1.0)
44-
addressable (2.2.7)
44+
addressable (2.2.8)
4545
arel (2.2.1)
4646
builder (3.0.0)
4747
coderay (1.0.7.rc1)
@@ -150,7 +150,7 @@ GEM
150150
uglifier (1.1.0)
151151
execjs (>= 0.3.0)
152152
multi_json (>= 1.0.2)
153-
webmock (1.8.6)
153+
webmock (1.8.7)
154154
addressable (>= 2.2.7)
155155
crack (>= 0.1.7)
156156

rspec_api_documentation.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $:.unshift lib unless $:.include?(lib)
33

44
Gem::Specification.new do |s|
55
s.name = "rspec_api_documentation"
6-
s.version = "0.5.1"
6+
s.version = "0.5.2"
77
s.platform = Gem::Platform::RUBY
88
s.authors = ["Chris Cahoon", "Sam Goldman", "Eric Oestrich"]
99
s.email = ["chris@smartlogicsolutions.com", "sam@smartlogicsolutions.com", "eric@smartlogicsolutions.com"]

0 commit comments

Comments
 (0)