stendhal 0.1.10 → 0.1.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Gemfile.lock +17 -19
  2. data/lib/stendhal/version.rb +1 -1
  3. metadata +2 -2
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stendhal (0.1.9)
4
+ stendhal (0.1.10)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
8
8
  specs:
9
9
  aruba (0.2.2)
10
10
  builder (2.1.2)
11
- configuration (1.1.0)
11
+ configuration (1.2.0)
12
12
  cucumber (0.8.5)
13
13
  builder (~> 2.1.2)
14
14
  diff-lcs (~> 1.1.2)
@@ -19,11 +19,11 @@ GEM
19
19
  gherkin (2.1.5)
20
20
  trollop (~> 1.16.2)
21
21
  growl (1.0.3)
22
- guard (0.2.2)
22
+ guard (0.3.0)
23
23
  open_gem (~> 1.4.2)
24
- thor (~> 0.14.3)
25
- guard-rspec (0.1.8)
26
- guard (>= 0.2.0)
24
+ thor (~> 0.14.6)
25
+ guard-rspec (0.1.9)
26
+ guard (>= 0.2.2)
27
27
  json_pure (1.4.6)
28
28
  launchy (0.3.7)
29
29
  configuration (>= 0.0.5)
@@ -31,21 +31,19 @@ GEM
31
31
  open_gem (1.4.2)
32
32
  launchy (~> 0.3.5)
33
33
  rake (0.8.7)
34
- rspec (2.0.1)
35
- rspec-core (~> 2.0.1)
36
- rspec-expectations (~> 2.0.1)
37
- rspec-mocks (~> 2.0.1)
38
- rspec-core (2.0.1)
39
- rspec-expectations (2.0.1)
40
- diff-lcs (>= 1.1.2)
41
- rspec-mocks (2.0.1)
42
- rspec-core (~> 2.0.1)
43
- rspec-expectations (~> 2.0.1)
44
- simplecov (0.3.6)
34
+ rspec (2.4.0)
35
+ rspec-core (~> 2.4.0)
36
+ rspec-expectations (~> 2.4.0)
37
+ rspec-mocks (~> 2.4.0)
38
+ rspec-core (2.4.0)
39
+ rspec-expectations (2.4.0)
40
+ diff-lcs (~> 1.1.2)
41
+ rspec-mocks (2.4.0)
42
+ simplecov (0.3.9)
45
43
  simplecov-html (>= 0.3.7)
46
- simplecov-html (0.3.8)
44
+ simplecov-html (0.3.9)
47
45
  term-ansicolor (1.0.5)
48
- thor (0.14.4)
46
+ thor (0.14.6)
49
47
  trollop (1.16.2)
50
48
 
51
49
  PLATFORMS
@@ -1,3 +1,3 @@
1
1
  module Stendhal
2
- VERSION = "0.1.10"
2
+ VERSION = "0.1.11"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 10
9
- version: 0.1.10
8
+ - 11
9
+ version: 0.1.11
10
10
  platform: ruby
11
11
  authors:
12
12
  - Josep M. Bach