Skip to content

Commit 7640d6b

Browse files
authored
Merge pull request #419 from jlledom/THREESCALE-11536-remove-rspec_api_documentation
THREESCALE-11536: remove `rspec_api_documentation`
2 parents 5b101e4 + 3414346 commit 7640d6b

19 files changed

+2105
-1119
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ group :development do
3939
end
4040

4141
group :development, :test do
42-
gem 'rspec_api_documentation', '~> 6.0', github: '3scale/rspec_api_documentation', branch: 'fix-nil-rewind'
42+
gem 'activesupport', '~> 7.1.3.3'
4343
end
4444

4545
# Default server by platform

Gemfile.lock

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
GIT
2-
remote: https://github.com/3scale/rspec_api_documentation.git
3-
revision: 7f2190a9236c7827f8606245b92d1522df392d31
4-
branch: fix-nil-rewind
5-
specs:
6-
rspec_api_documentation (6.1.0)
7-
activesupport (>= 3.0.0)
8-
mustache (~> 1.0, >= 0.99.4)
9-
rspec (~> 3.0)
10-
111
GIT
122
remote: https://github.com/3scale/source2swagger
133
revision: 9a787007577fc58b5822b55720e977cc063057fd
@@ -24,7 +14,7 @@ PATH
2414
GEM
2515
remote: https://rubygems.org/
2616
specs:
27-
activesupport (7.1.3.3)
17+
activesupport (7.1.3.4)
2818
base64
2919
bigdecimal
3020
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -114,7 +104,7 @@ GEM
114104
google-protobuf (>= 3.18, < 5.a)
115105
hiredis-client (0.23.0)
116106
redis-client (= 0.23.0)
117-
i18n (1.14.6)
107+
i18n (1.14.7)
118108
concurrent-ruby (~> 1.0)
119109
json (2.5.1)
120110
license_finder (7.1.0)
@@ -130,12 +120,11 @@ GEM
130120
metaclass (0.0.4)
131121
method_source (1.1.0)
132122
mini_portile2 (2.8.6)
133-
minitest (5.25.2)
123+
minitest (5.25.4)
134124
mocha (1.3.0)
135125
metaclass (~> 0.0.1)
136126
mono_logger (1.1.2)
137127
multi_json (1.15.0)
138-
mustache (1.1.1)
139128
mustermann (3.0.3)
140129
ruby2_keywords (~> 0.0.1)
141130
mutex_m (0.3.0)
@@ -311,6 +300,7 @@ PLATFORMS
311300
ruby
312301

313302
DEPENDENCIES
303+
activesupport (~> 7.1.3.3)
314304
apisonator!
315305
async (~> 1.31)
316306
async-pool (~> 0.3.12)
@@ -346,7 +336,6 @@ DEPENDENCIES
346336
resque_spec (~> 0.17.0)
347337
resque_unit (~> 0.4.4)
348338
rspec (~> 3.7.0)
349-
rspec_api_documentation (~> 6.0)!
350339
sinatra (~> 4.1.0)
351340
sinatra-contrib (~> 4.1.0)
352341
source2swagger!

Rakefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,6 @@ if Environment.testable?
127127

128128
end
129129

130-
desc 'Generate API request documentation from API specs'
131-
RSpec::Core::RakeTask.new('docs:generate') do |t|
132-
t.pattern = 'spec/acceptance/**/*_spec.rb'
133-
t.rspec_opts = ['--format RspecApiDocumentation::ApiFormatter']
134-
end
135-
136130
desc 'Tag and push the current version'
137131
task :release => ['release:tag', 'release:push']
138132

0 commit comments

Comments
 (0)