right_develop 3.1.12 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 134ed247d39647a5f9b442ccaa6e8deb7b4380da
4
- data.tar.gz: a8130137ba497b33cb32d987488160b6a7c75440
3
+ metadata.gz: d85d945665a9b6346f9c489b4a985036b03a2f91
4
+ data.tar.gz: 035381ddd51b1726607db4589380e2fb0c5cc153
5
5
  SHA512:
6
- metadata.gz: 719c9067a3f8879b5df19ab338b34baf11abe77dbc21261e197529cb69e9c10c95e2276539a09924629ff870493cdf4c299201319366e4f127e25b93d554dae6
7
- data.tar.gz: 3b10dc4a9727da0237e7b25aeb9e84a99df8e9bf1e55c1a4ed3c1bb3e9948d2189849ec540c09f3d1ed6c409dbec907ce5737a389828fc1078fc89c7175ee864
6
+ metadata.gz: c669aae3220bdb75851ccf446349f7e156e54c041ce9540b804933e6fb3e05ada5ea725d96c93c0f546ccf9bbd7a2a954048dc9c52e8fa75e2258846ac2cd391
7
+ data.tar.gz: 14c1bec1b16043a8cda2fc1e0a04c34bcca755f482308d8d296227cf082a2e6eb8a0474fb18bab61137638697a6cddb7bb9496e0f7b1dacd87fc825a0a0e9c17
@@ -1,3 +1,7 @@
1
+ # 3.2.1
2
+
3
+ Dropped support for Ruby pre-v2.1
4
+
1
5
  # 3.1.12
2
6
 
3
7
  Removed gem unavailable warnings when RSpec/Cucumber gems are unavailable.
@@ -24,4 +28,3 @@ should be no problems upgrading from v1 unless you were relying on the Git modul
24
28
  # 1.0
25
29
 
26
30
  Initial release calved from RightSupport.
27
-
@@ -0,0 +1,4 @@
1
+ # encoding: utf-8
2
+ module RightDevelop
3
+ VERSION = '3.2.1'.freeze
4
+ end
@@ -1,126 +1,33 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
- # -*- encoding: utf-8 -*-
5
- # stub: right_develop 3.1.12 ruby lib
1
+ # encoding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'right_develop/version'
6
5
 
7
- Gem::Specification.new do |s|
8
- s.name = "right_develop"
9
- s.version = "3.1.12"
6
+ Gem::Specification.new do |spec|
7
+ spec.name = 'right_develop'
8
+ spec.version = ::RightDevelop::VERSION
9
+ spec.authors = ['Tony Spataro', 'Scott Messier']
10
+ spec.description = 'A toolkit of development tools created by RightScale.'
11
+ spec.email = 'support@rightscale.com'
12
+ spec.homepage = 'https://github.com/rightscale/right_develop'
13
+ spec.licenses = ['MIT']
14
+ spec.summary = 'Reusable dev & test code.'
10
15
 
11
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
- s.require_paths = ["lib"]
13
- s.authors = ["Tony Spataro"]
14
- s.date = "2015-06-26"
15
- s.description = "A toolkit of development tools created by RightScale."
16
- s.email = "support@rightscale.com"
17
- s.executables = ["right_develop"]
18
- s.extra_rdoc_files = [
19
- "LICENSE",
20
- "README.md"
16
+ spec.executables = ['right_develop']
17
+ spec.extra_rdoc_files = [
18
+ 'CHANGELOG.md',
19
+ 'LICENSE',
20
+ 'README.md'
21
21
  ]
22
- s.files = [
23
- ".coveralls.yml",
24
- ".travis.yml",
25
- "CHANGELOG.md",
26
- "LICENSE",
27
- "README.md",
28
- "Rakefile",
29
- "TODO.md",
30
- "VERSION",
31
- "bin/right_develop",
32
- "lib/right_develop.rb",
33
- "lib/right_develop/ci.rb",
34
- "lib/right_develop/ci/formatters/rspec_v1.rb",
35
- "lib/right_develop/ci/formatters/rspec_v2.rb",
36
- "lib/right_develop/ci/formatters/rspec_v3.rb",
37
- "lib/right_develop/ci/java_cucumber_formatter.rb",
38
- "lib/right_develop/ci/java_spec_formatter.rb",
39
- "lib/right_develop/ci/rake_task.rb",
40
- "lib/right_develop/ci/util.rb",
41
- "lib/right_develop/commands.rb",
42
- "lib/right_develop/commands/git.rb",
43
- "lib/right_develop/commands/server.rb",
44
- "lib/right_develop/git.rb",
45
- "lib/right_develop/git/rake_task.rb",
46
- "lib/right_develop/net.rb",
47
- "lib/right_develop/parsers.rb",
48
- "lib/right_develop/parsers/sax_parser.rb",
49
- "lib/right_develop/parsers/xml_post_parser.rb",
50
- "lib/right_develop/s3.rb",
51
- "lib/right_develop/s3/interface.rb",
52
- "lib/right_develop/s3/rake_task.rb",
53
- "lib/right_develop/testing.rb",
54
- "lib/right_develop/testing/clients.rb",
55
- "lib/right_develop/testing/clients/rest.rb",
56
- "lib/right_develop/testing/clients/rest/requests.rb",
57
- "lib/right_develop/testing/clients/rest/requests/base.rb",
58
- "lib/right_develop/testing/clients/rest/requests/playback.rb",
59
- "lib/right_develop/testing/clients/rest/requests/record.rb",
60
- "lib/right_develop/testing/recording.rb",
61
- "lib/right_develop/testing/recording/config.rb",
62
- "lib/right_develop/testing/recording/metadata.rb",
63
- "lib/right_develop/testing/servers/might_api/.gitignore",
64
- "lib/right_develop/testing/servers/might_api/Gemfile",
65
- "lib/right_develop/testing/servers/might_api/Gemfile.lock",
66
- "lib/right_develop/testing/servers/might_api/app/admin.rb",
67
- "lib/right_develop/testing/servers/might_api/app/base.rb",
68
- "lib/right_develop/testing/servers/might_api/app/echo.rb",
69
- "lib/right_develop/testing/servers/might_api/app/playback.rb",
70
- "lib/right_develop/testing/servers/might_api/app/record.rb",
71
- "lib/right_develop/testing/servers/might_api/config.ru",
72
- "lib/right_develop/testing/servers/might_api/config/init.rb",
73
- "lib/right_develop/testing/servers/might_api/lib/config.rb",
74
- "lib/right_develop/testing/servers/might_api/lib/logger.rb",
75
- "lib/right_develop/utility.rb",
76
- "lib/right_develop/utility/git.rb",
77
- "lib/right_develop/utility/shell.rb",
78
- "lib/right_develop/utility/versioning.rb",
79
- "right_develop.gemspec",
80
- "right_develop.rconf"
81
- ]
82
- s.homepage = "https://github.com/rightscale/right_develop"
83
- s.licenses = ["MIT"]
84
- s.rubygems_version = "2.2.2"
85
- s.summary = "Reusable dev & test code."
22
+ spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{lib/|gemspec}) }
23
+ spec.require_paths = ['lib']
86
24
 
87
- if s.respond_to? :specification_version then
88
- s.specification_version = 4
25
+ spec.required_ruby_version = Gem::Requirement.new('~> 2.1')
89
26
 
90
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
91
- s.add_runtime_dependency(%q<right_support>, ["< 3.0.0", ">= 2.8.31"])
92
- s.add_runtime_dependency(%q<builder>, ["~> 3.0"])
93
- s.add_runtime_dependency(%q<trollop>, ["< 3.0", ">= 1.0"])
94
- s.add_runtime_dependency(%q<right_git>, [">= 1.0"])
95
- s.add_runtime_dependency(%q<right_aws>, [">= 2.1.0"])
96
- s.add_runtime_dependency(%q<rack>, [">= 0"])
97
- s.add_development_dependency(%q<rake>, ["~> 10.0"])
98
- s.add_development_dependency(%q<jeweler>, ["~> 2.0"])
99
- s.add_development_dependency(%q<rdoc>, [">= 2.4.2"])
100
- s.add_development_dependency(%q<github_api>, ["~> 0.9.7"])
101
- else
102
- s.add_dependency(%q<right_support>, ["< 3.0.0", ">= 2.8.31"])
103
- s.add_dependency(%q<builder>, ["~> 3.0"])
104
- s.add_dependency(%q<trollop>, ["< 3.0", ">= 1.0"])
105
- s.add_dependency(%q<right_git>, [">= 1.0"])
106
- s.add_dependency(%q<right_aws>, [">= 2.1.0"])
107
- s.add_dependency(%q<rack>, [">= 0"])
108
- s.add_dependency(%q<rake>, ["~> 10.0"])
109
- s.add_dependency(%q<jeweler>, ["~> 2.0"])
110
- s.add_dependency(%q<rdoc>, [">= 2.4.2"])
111
- s.add_dependency(%q<github_api>, ["~> 0.9.7"])
112
- end
113
- else
114
- s.add_dependency(%q<right_support>, ["< 3.0.0", ">= 2.8.31"])
115
- s.add_dependency(%q<builder>, ["~> 3.0"])
116
- s.add_dependency(%q<trollop>, ["< 3.0", ">= 1.0"])
117
- s.add_dependency(%q<right_git>, [">= 1.0"])
118
- s.add_dependency(%q<right_aws>, [">= 2.1.0"])
119
- s.add_dependency(%q<rack>, [">= 0"])
120
- s.add_dependency(%q<rake>, ["~> 10.0"])
121
- s.add_dependency(%q<jeweler>, ["~> 2.0"])
122
- s.add_dependency(%q<rdoc>, [">= 2.4.2"])
123
- s.add_dependency(%q<github_api>, ["~> 0.9.7"])
124
- end
27
+ spec.add_runtime_dependency(%q<right_support>, ['~> 2.14'])
28
+ spec.add_runtime_dependency(%q<builder>, ["~> 3.0"])
29
+ spec.add_runtime_dependency(%q<trollop>, ["< 3.0", ">= 1.0"])
30
+ spec.add_runtime_dependency(%q<right_git>, [">= 1.0"])
31
+ spec.add_runtime_dependency(%q<right_aws>, [">= 2.1.0"])
32
+ spec.add_runtime_dependency(%q<rack>, [">= 0"])
125
33
  end
126
-
metadata CHANGED
@@ -1,35 +1,30 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: right_develop
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.12
4
+ version: 3.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tony Spataro
8
+ - Scott Messier
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2015-06-26 00:00:00.000000000 Z
12
+ date: 2017-04-17 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: right_support
15
16
  requirement: !ruby/object:Gem::Requirement
16
17
  requirements:
17
- - - "<"
18
- - !ruby/object:Gem::Version
19
- version: 3.0.0
20
- - - ">="
18
+ - - "~>"
21
19
  - !ruby/object:Gem::Version
22
- version: 2.8.31
20
+ version: '2.14'
23
21
  type: :runtime
24
22
  prerelease: false
25
23
  version_requirements: !ruby/object:Gem::Requirement
26
24
  requirements:
27
- - - "<"
28
- - !ruby/object:Gem::Version
29
- version: 3.0.0
30
- - - ">="
25
+ - - "~>"
31
26
  - !ruby/object:Gem::Version
32
- version: 2.8.31
27
+ version: '2.14'
33
28
  - !ruby/object:Gem::Dependency
34
29
  name: builder
35
30
  requirement: !ruby/object:Gem::Requirement
@@ -106,79 +101,19 @@ dependencies:
106
101
  - - ">="
107
102
  - !ruby/object:Gem::Version
108
103
  version: '0'
109
- - !ruby/object:Gem::Dependency
110
- name: rake
111
- requirement: !ruby/object:Gem::Requirement
112
- requirements:
113
- - - "~>"
114
- - !ruby/object:Gem::Version
115
- version: '10.0'
116
- type: :development
117
- prerelease: false
118
- version_requirements: !ruby/object:Gem::Requirement
119
- requirements:
120
- - - "~>"
121
- - !ruby/object:Gem::Version
122
- version: '10.0'
123
- - !ruby/object:Gem::Dependency
124
- name: jeweler
125
- requirement: !ruby/object:Gem::Requirement
126
- requirements:
127
- - - "~>"
128
- - !ruby/object:Gem::Version
129
- version: '2.0'
130
- type: :development
131
- prerelease: false
132
- version_requirements: !ruby/object:Gem::Requirement
133
- requirements:
134
- - - "~>"
135
- - !ruby/object:Gem::Version
136
- version: '2.0'
137
- - !ruby/object:Gem::Dependency
138
- name: rdoc
139
- requirement: !ruby/object:Gem::Requirement
140
- requirements:
141
- - - ">="
142
- - !ruby/object:Gem::Version
143
- version: 2.4.2
144
- type: :development
145
- prerelease: false
146
- version_requirements: !ruby/object:Gem::Requirement
147
- requirements:
148
- - - ">="
149
- - !ruby/object:Gem::Version
150
- version: 2.4.2
151
- - !ruby/object:Gem::Dependency
152
- name: github_api
153
- requirement: !ruby/object:Gem::Requirement
154
- requirements:
155
- - - "~>"
156
- - !ruby/object:Gem::Version
157
- version: 0.9.7
158
- type: :development
159
- prerelease: false
160
- version_requirements: !ruby/object:Gem::Requirement
161
- requirements:
162
- - - "~>"
163
- - !ruby/object:Gem::Version
164
- version: 0.9.7
165
104
  description: A toolkit of development tools created by RightScale.
166
105
  email: support@rightscale.com
167
106
  executables:
168
107
  - right_develop
169
108
  extensions: []
170
109
  extra_rdoc_files:
110
+ - CHANGELOG.md
171
111
  - LICENSE
172
112
  - README.md
173
113
  files:
174
- - ".coveralls.yml"
175
- - ".travis.yml"
176
114
  - CHANGELOG.md
177
115
  - LICENSE
178
116
  - README.md
179
- - Rakefile
180
- - TODO.md
181
- - VERSION
182
117
  - bin/right_develop
183
118
  - lib/right_develop.rb
184
119
  - lib/right_develop/ci.rb
@@ -227,8 +162,8 @@ files:
227
162
  - lib/right_develop/utility/git.rb
228
163
  - lib/right_develop/utility/shell.rb
229
164
  - lib/right_develop/utility/versioning.rb
165
+ - lib/right_develop/version.rb
230
166
  - right_develop.gemspec
231
- - right_develop.rconf
232
167
  homepage: https://github.com/rightscale/right_develop
233
168
  licenses:
234
169
  - MIT
@@ -239,9 +174,9 @@ require_paths:
239
174
  - lib
240
175
  required_ruby_version: !ruby/object:Gem::Requirement
241
176
  requirements:
242
- - - ">="
177
+ - - "~>"
243
178
  - !ruby/object:Gem::Version
244
- version: '0'
179
+ version: '2.1'
245
180
  required_rubygems_version: !ruby/object:Gem::Requirement
246
181
  requirements:
247
182
  - - ">="
@@ -249,8 +184,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
249
184
  version: '0'
250
185
  requirements: []
251
186
  rubyforge_project:
252
- rubygems_version: 2.2.2
187
+ rubygems_version: 2.2.5
253
188
  signing_key:
254
189
  specification_version: 4
255
190
  summary: Reusable dev & test code.
256
191
  test_files: []
192
+ has_rdoc:
@@ -1 +0,0 @@
1
- service_name: travis-ci
@@ -1,12 +0,0 @@
1
- language: ruby
2
- cache: bundler
3
- rvm:
4
- - 1.8.7
5
- - 1.9.3
6
- - 2.0.0
7
- - 2.1.0
8
- script:
9
- - bundle exec rake ci:spec
10
- - bundle exec rake ci:cucumber
11
- - bundle exec rake coveralls:push
12
- bundler_args: --without debugger development
data/Rakefile DELETED
@@ -1,89 +0,0 @@
1
- # -*-ruby-*-
2
- require 'rubygems'
3
- require 'bundler/setup'
4
-
5
- require 'rake'
6
-
7
- # These dependencies can be omitted using "bundle install --without"; tolerate their absence.
8
- ['rdoc/task', 'jeweler', 'coveralls/rake/task'].each do |optional|
9
- begin
10
- require optional
11
- rescue LoadError
12
- # ignore
13
- end
14
- end
15
-
16
- require 'rubygems/package_task'
17
-
18
- require 'rake/clean'
19
- require 'rspec/core/rake_task'
20
- require 'cucumber/rake/task'
21
-
22
- # We use RightDevelop's CI harness in its own Rakefile. Hooray dogfood!
23
- lib_dir = File.expand_path('../lib', __FILE__)
24
- $: << lib_dir unless $:.include?(lib_dir)
25
- require 'right_develop'
26
-
27
- # But, we have a very special need, because OUR Cucumbers need to run with a pristine
28
- # environment that isn't polluted by RVM or RubyGems or anyone else, in order to validate
29
- # that RightDevelop's CI harness doesn't break your app if those gems are unavailable.
30
- # Thus when our own Rake task runs spec or cucumber as a subprocess, we need to give it
31
- # a pristine non-bundled environment, so it can use Bundler.with_clean_env to launch
32
- # subprocesses.
33
- require File.expand_path('../features/support/file_utils_bundler_mixin', __FILE__)
34
-
35
- desc "Run unit tests"
36
- task :default => :spec
37
-
38
- desc "Run unit tests"
39
- RSpec::Core::RakeTask.new do |t|
40
- t.pattern = Dir['**/*_spec.rb']
41
- end
42
-
43
- desc "Run functional tests"
44
- Cucumber::Rake::Task.new do |t|
45
- t.cucumber_opts = %w{--color --format pretty}
46
- end
47
-
48
- if defined?(Rake::RDocTask)
49
- desc 'Generate documentation for the right_develop gem.'
50
- Rake::RDocTask.new(:rdoc) do |rdoc|
51
- rdoc.rdoc_dir = 'doc'
52
- rdoc.title = 'RightDevelop'
53
- rdoc.options << '--line-numbers' << '--inline-source'
54
- rdoc.rdoc_files.include('README.rdoc')
55
- rdoc.rdoc_files.include('lib/**/*.rb')
56
- rdoc.rdoc_files.exclude('features/**/*')
57
- rdoc.rdoc_files.exclude('spec/**/*')
58
- end
59
- end
60
-
61
- if defined?(Jeweler)
62
- Jeweler::Tasks.new do |gem|
63
- # gem is a Gem::Specification; see http://docs.rubygems.org/read/chapter/20 for more options
64
- gem.name = "right_develop"
65
- gem.homepage = "https://github.com/rightscale/right_develop"
66
- gem.license = "MIT"
67
- gem.summary = %Q{Reusable dev & test code.}
68
- gem.description = %Q{A toolkit of development tools created by RightScale.}
69
- gem.email = "support@rightscale.com"
70
- gem.authors = ["Tony Spataro"]
71
- gem.rubygems_version = "1.3.7"
72
- gem.files.exclude ".rspec"
73
- gem.files.exclude "Gemfile*"
74
- gem.files.exclude "features/**/*"
75
- gem.files.exclude "spec/**/*"
76
- end
77
-
78
- Jeweler::RubygemsDotOrgTasks.new
79
-
80
- CLEAN.include('pkg')
81
- end
82
-
83
- if defined?(Coveralls::RakeTask)
84
- Coveralls::RakeTask.new
85
- end
86
-
87
- RightDevelop::CI::RakeTask.new
88
- RightDevelop::Git::RakeTask.new
89
- RightDevelop::S3::RakeTask.new
data/TODO.md DELETED
@@ -1,12 +0,0 @@
1
- # Pending Features
2
-
3
- ## Milestone: v3.2
4
-
5
- - Add a "github" CLI command to use simple GitHub API automation (e.g. "github foreach")
6
- - Add a "git stories" CLI subcommand to identify all stories present in branch vs. base
7
-
8
- ## Milestone: v4.0
9
-
10
- - Split the gem into namespaced component gems (right_develop-ci and so forth)
11
- - Switch from XML test output to JSON
12
- - Embed a JavaScript app to parse and display output
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 3.1.12
@@ -1,7 +0,0 @@
1
- ruby do
2
- version '2.1.2'
3
- end
4
-
5
- bundler do
6
- version '1.6.3'
7
- end