frogger 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -1,7 +1,7 @@
1
1
  source "http://rubygems.org"
2
2
 
3
3
  gem 'colored', '>= 1.2'
4
- gem 'cucumber', '>= 0.10.5'
4
+ gem 'cucumber', '>= 0.10.0'
5
5
 
6
6
  group :development, :test do
7
7
  gem 'bundler', '~> 1.0.0'
@@ -3,21 +3,21 @@ GEM
3
3
  specs:
4
4
  builder (3.0.0)
5
5
  colored (1.2)
6
- cucumber (0.10.5)
6
+ cucumber (0.10.0)
7
7
  builder (>= 2.1.2)
8
- diff-lcs (>= 1.1.2)
9
- gherkin (~> 2.4.0)
10
- json (>= 1.4.6)
11
- term-ansicolor (>= 1.0.5)
8
+ diff-lcs (~> 1.1.2)
9
+ gherkin (~> 2.3.2)
10
+ json (~> 1.4.6)
11
+ term-ansicolor (~> 1.0.5)
12
12
  diff-lcs (1.1.2)
13
- gherkin (2.4.0)
13
+ gherkin (2.3.10)
14
14
  json (>= 1.4.6)
15
15
  git (1.2.5)
16
16
  jeweler (1.5.2)
17
17
  bundler (~> 1.0.0)
18
18
  git (>= 1.2.5)
19
19
  rake
20
- json (1.5.1)
20
+ json (1.4.6)
21
21
  rake (0.9.2)
22
22
  rspec (2.6.0)
23
23
  rspec-core (~> 2.6.0)
@@ -35,6 +35,6 @@ PLATFORMS
35
35
  DEPENDENCIES
36
36
  bundler (~> 1.0.0)
37
37
  colored (>= 1.2)
38
- cucumber (>= 0.10.5)
38
+ cucumber (>= 0.10.0)
39
39
  jeweler (~> 1.5.2)
40
40
  rspec (= 2.6.0)
@@ -46,7 +46,7 @@ h2. Who?
46
46
  Richie Khoo is a developer from Melbourne, Australia. Don't be shy, you can follow me on twitter via "@evolve2k":http://twitter.com/evolve2k
47
47
 
48
48
  Special thanks to:
49
- "Pat Allan":http://twitter.com/pat, "Keith Pitt":http://twitter.com/keithpitt, "Jared Fraser"::http://twitter.com/modsognir, "Thomas Sinclair":http://twitter.com/anathematic, "Mark Ryall":http://twitter.com/markryall, "Nathan Sampimon":http://twitter.com/nathan_scott and everyone else at Australian Rails Camp 9 who helped me with the code and understanding the inner workings of cucumber.
49
+ "Pat Allan":http://twitter.com/pat, "Keith Pitt":http://twitter.com/keithpitt, "Jared Fraser":http://twitter.com/modsognir, "Thomas Sinclair":http://twitter.com/anathematic, "Mark Ryall":http://twitter.com/markryall, "Nathan Sampimon":http://twitter.com/nathan_scott and everyone else at Australian Rails Camp 9 who helped me with the code and understanding the inner workings of cucumber.
50
50
 
51
51
  h2. Compatibility
52
52
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{frogger}
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Richie Khoo"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: frogger
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 0
10
- version: 0.2.0
9
+ - 1
10
+ version: 0.2.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Richie Khoo
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-06-28 00:00:00 Z
18
+ date: 2011-07-02 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  type: :runtime
@@ -39,12 +39,12 @@ dependencies:
39
39
  requirements:
40
40
  - - ">="
41
41
  - !ruby/object:Gem::Version
42
- hash: 61
42
+ hash: 55
43
43
  segments:
44
44
  - 0
45
45
  - 10
46
- - 5
47
- version: 0.10.5
46
+ - 0
47
+ version: 0.10.0
48
48
  version_requirements: *id002
49
49
  name: cucumber
50
50
  prerelease: false