xml_spec 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module XmlSpec
2
- VERSION = "0.0.1"
2
+ VERSION = "0.1.0"
3
3
  end
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["fedegl@gmail.com"]
7
7
  gem.description = %q{Test XML with RSpec and Cucumber}
8
8
  gem.summary = %q{Test XML with RSpec and Cucumber}
9
- gem.homepage = ""
9
+ gem.homepage = "https://github.com/boost/xml_spec"
10
10
 
11
11
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
12
12
  gem.files = `git ls-files`.split("\n")
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xml_spec
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 0
9
8
  - 1
10
- version: 0.0.1
9
+ - 0
10
+ version: 0.1.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Federico Gonzalez
@@ -110,7 +110,7 @@ files:
110
110
  - spec/spec_helper.rb
111
111
  - spec/xml_spec/matchers_spec.rb
112
112
  - xml_spec.gemspec
113
- homepage: ""
113
+ homepage: https://github.com/boost/xml_spec
114
114
  licenses: []
115
115
 
116
116
  post_install_message: