Skip to content

Commit 8bf5784

Browse files
committed
Bump version
[ci skip]
1 parent 243e1c8 commit 8bf5784

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.7.1)
4+
rspec_api_documentation (0.8.0)
55
activesupport (>= 3.0.0)
66
i18n (>= 0.1.0)
77
json (>= 1.4.6)
@@ -85,8 +85,8 @@ GEM
8585
rack-protection (~> 1.2)
8686
tilt (~> 1.3, >= 1.3.3)
8787
tilt (1.3.3)
88-
webmock (1.8.7)
89-
addressable (>= 2.2.7)
88+
webmock (1.8.8)
89+
addressable (~> 2.2.8)
9090
crack (>= 0.1.7)
9191
xpath (0.1.4)
9292
nokogiri (~> 1.3)

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.7.1"
6+
s.version = "0.8.0"
77
s.platform = Gem::Platform::RUBY
88
s.authors = ["Chris Cahoon", "Sam Goldman", "Eric Oestrich"]
99

0 commit comments

Comments
 (0)