itg_test 0.0.0 → 0.0.1

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.
Files changed (2) hide show
  1. data/itg_test.gemspec +2 -2
  2. metadata +2 -2
data/itg_test.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'itg_test'
3
- s.version = '0.0.0'
3
+ s.version = '0.0.1'
4
4
  s.date = '2012-08-29'
5
5
  s.summary = "rails integration test"
6
6
  s.description = "for rails apps that are too complicated to be tested with builtin integration test"
@@ -16,6 +16,6 @@ Gem::Specification.new do |s|
16
16
  "itg_test.gemspec",
17
17
  "README.md"
18
18
  ]
19
- s.homepage = 'http://cardinalblue.com'
19
+ s.homepage = 'https://github.com/fumin/itg_test'
20
20
  s.add_runtime_dependency "nokogiri", [">= 0"]
21
21
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itg_test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -42,7 +42,7 @@ files:
42
42
  - lib/tasks/test_itg.rake
43
43
  - itg_test.gemspec
44
44
  - README.md
45
- homepage: http://cardinalblue.com
45
+ homepage: https://github.com/fumin/itg_test
46
46
  licenses: []
47
47
  post_install_message:
48
48
  rdoc_options: []