capybara_minitest_spec 0.2.1 → 0.2.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = CapybaraMiniTestSpec::VERSION
8
8
  s.authors = ["Jared Ning"]
9
9
  s.email = ["jared@redningja.com"]
10
- s.homepage = ""
10
+ s.homepage = "https://github.com/ordinaryzelig/capybara_minitest_spec"
11
11
  s.summary = %q{MiniTest::Spec expectations for Capybara node matchers.}
12
12
  s.description = %q{MiniTest::Spec expectations for Capybara node matchers.}
13
13
 
@@ -1,3 +1,3 @@
1
1
  module CapybaraMiniTestSpec
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.1.1'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: capybara_minitest_spec
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.1
5
+ version: 0.2.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jared Ning
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-09-27 00:00:00 -05:00
13
+ date: 2012-01-17 00:00:00 -06:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -129,7 +129,7 @@ files:
129
129
  - test_app/views/within_frames.erb
130
130
  - test_app/views/within_popups.erb
131
131
  has_rdoc: true
132
- homepage: ""
132
+ homepage: https://github.com/ordinaryzelig/capybara_minitest_spec
133
133
  licenses: []
134
134
 
135
135
  post_install_message: