update_status 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +2 -2
- data/VERSION +1 -1
- data/update_status.gemspec +2 -2
- metadata +3 -3
data/Rakefile
CHANGED
@@ -15,7 +15,7 @@ require 'jeweler'
|
|
15
15
|
Jeweler::Tasks.new do |gem|
|
16
16
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
17
17
|
gem.name = "update_status"
|
18
|
-
gem.homepage = "http://github.com/dougdroper/
|
18
|
+
gem.homepage = "http://github.com/dougdroper/update_status"
|
19
19
|
gem.license = "MIT"
|
20
20
|
gem.summary = %Q{Status update for pull requests}
|
21
21
|
gem.description = %Q{Updates pull requests on github, with latest build from Jenkins and QA status}
|
@@ -39,4 +39,4 @@ require 'rspec/core/rake_task'
|
|
39
39
|
|
40
40
|
RSpec::Core::RakeTask.new(:spec)
|
41
41
|
|
42
|
-
task :default => :spec
|
42
|
+
task :default => :spec
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.2
|
data/update_status.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "update_status"
|
8
|
-
s.version = "0.3.
|
8
|
+
s.version = "0.3.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Douglas Roper"]
|
@@ -39,7 +39,7 @@ Gem::Specification.new do |s|
|
|
39
39
|
"spec/status/jenkins_spec.rb",
|
40
40
|
"update_status.gemspec"
|
41
41
|
]
|
42
|
-
s.homepage = "http://github.com/dougdroper/
|
42
|
+
s.homepage = "http://github.com/dougdroper/update_status"
|
43
43
|
s.licenses = ["MIT"]
|
44
44
|
s.require_paths = ["lib"]
|
45
45
|
s.rubygems_version = "1.8.25"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: update_status
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -137,7 +137,7 @@ files:
|
|
137
137
|
- spec/status/github/statuses_spec.rb
|
138
138
|
- spec/status/jenkins_spec.rb
|
139
139
|
- update_status.gemspec
|
140
|
-
homepage: http://github.com/dougdroper/
|
140
|
+
homepage: http://github.com/dougdroper/update_status
|
141
141
|
licenses:
|
142
142
|
- MIT
|
143
143
|
post_install_message:
|
@@ -152,7 +152,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
152
152
|
version: '0'
|
153
153
|
segments:
|
154
154
|
- 0
|
155
|
-
hash: -
|
155
|
+
hash: -2634802775979066297
|
156
156
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
157
157
|
none: false
|
158
158
|
requirements:
|