sunspot_test 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. metadata +4 -4
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ begin
8
8
  gem.summary = %Q{Auto-starts solr for your cucumber tests}
9
9
  gem.description = %Q{Testing sunspot with cucumber can be a pain. This gem will automatically start/stop solr with cucumber scenarios tagged with @solr}
10
10
  gem.email = "zach@collectiveidea.com"
11
- gem.homepage = "http://github.com/zmoazeni/sunspot_test"
11
+ gem.homepage = "https://github.com/collectiveidea/sunspot_test"
12
12
  gem.authors = ["Zach Moazeni"]
13
13
  gem.add_dependency "sunspot_rails", ">= 1.2.1"
14
14
  gem.add_development_dependency "rspec", ">= 1.2.9"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sunspot_test
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Zach Moazeni
@@ -72,7 +72,7 @@ files:
72
72
  - spec/spec_helper.rb
73
73
  - spec/sunspot_test_spec.rb
74
74
  has_rdoc: true
75
- homepage: http://github.com/zmoazeni/sunspot_test
75
+ homepage: https://github.com/collectiveidea/sunspot_test
76
76
  licenses: []
77
77
 
78
78
  post_install_message: