ciserver_formatter 0.0.1 → 0.0.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.
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["diego.alonso@adaptfms.com"]
11
11
  gem.description = %q{Formatter for AdaptFMS CI server}
12
12
  gem.summary = %q{Formatter used when running rspec from the AdaptFMS CI server}
13
- gem.homepage = "http://www.adaptfms.com"
13
+ gem.homepage = "http://www.gapthemind.net"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module CiserverFormatter
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ciserver_formatter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -47,11 +47,12 @@ files:
47
47
  - lib/ciserver_formatter/progress_reporter.rb
48
48
  - lib/ciserver_formatter/status_reporter.rb
49
49
  - lib/ciserver_formatter/version.rb
50
+ - pkg/ciserver_formatter-0.0.1.gem
50
51
  - spec/ciserver_formatter/ciserver_formatter_spec.rb
51
52
  - spec/ciserver_formatter/progress_reporter_spec.rb
52
53
  - spec/ciserver_formatter/status_reporter_spec.rb
53
54
  - spec/spec_helper.rb
54
- homepage: http://www.adaptfms.com
55
+ homepage: http://www.gapthemind.net
55
56
  licenses: []
56
57
  post_install_message:
57
58
  rdoc_options: []