crucigrama 0.1.0 → 0.2.0
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.
- data/Gemfile +2 -2
- data/Gemfile.lock +9 -7
- data/VERSION +1 -1
- metadata +5 -5
data/Gemfile
CHANGED
|
@@ -2,8 +2,8 @@ source "http://rubygems.org"
|
|
|
2
2
|
# Add dependencies required to use your gem here.
|
|
3
3
|
# Example:
|
|
4
4
|
|
|
5
|
-
gem "activesupport", "~> 3.1
|
|
6
|
-
gem "multi_json", "~> 1.0
|
|
5
|
+
gem "activesupport", "~> 3.1"
|
|
6
|
+
gem "multi_json", "~> 1.0"
|
|
7
7
|
|
|
8
8
|
# Add dependencies to develop your gem here.
|
|
9
9
|
# Include everything needed to run rake, tests, features, etc.
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
GEM
|
|
2
2
|
remote: http://rubygems.org/
|
|
3
3
|
specs:
|
|
4
|
-
activesupport (3.
|
|
4
|
+
activesupport (3.2.3)
|
|
5
|
+
i18n (~> 0.6)
|
|
5
6
|
multi_json (~> 1.0)
|
|
6
7
|
builder (3.0.0)
|
|
7
8
|
cucumber (1.1.9)
|
|
@@ -14,12 +15,13 @@ GEM
|
|
|
14
15
|
gherkin (2.9.3)
|
|
15
16
|
json (>= 1.4.6)
|
|
16
17
|
git (1.2.5)
|
|
18
|
+
i18n (0.6.0)
|
|
17
19
|
jeweler (1.6.4)
|
|
18
20
|
bundler (~> 1.0)
|
|
19
21
|
git (>= 1.2.5)
|
|
20
22
|
rake
|
|
21
|
-
json (1.
|
|
22
|
-
multi_json (1.
|
|
23
|
+
json (1.7.0)
|
|
24
|
+
multi_json (1.3.4)
|
|
23
25
|
rake (0.9.2.2)
|
|
24
26
|
rspec (2.3.0)
|
|
25
27
|
rspec-core (~> 2.3.0)
|
|
@@ -29,8 +31,8 @@ GEM
|
|
|
29
31
|
rspec-expectations (2.3.0)
|
|
30
32
|
diff-lcs (~> 1.1.2)
|
|
31
33
|
rspec-mocks (2.3.0)
|
|
32
|
-
simplecov (0.6.
|
|
33
|
-
multi_json (~> 1.
|
|
34
|
+
simplecov (0.6.2)
|
|
35
|
+
multi_json (~> 1.3)
|
|
34
36
|
simplecov-html (~> 0.5.3)
|
|
35
37
|
simplecov-html (0.5.3)
|
|
36
38
|
term-ansicolor (1.0.7)
|
|
@@ -40,11 +42,11 @@ PLATFORMS
|
|
|
40
42
|
ruby
|
|
41
43
|
|
|
42
44
|
DEPENDENCIES
|
|
43
|
-
activesupport (~> 3.1
|
|
45
|
+
activesupport (~> 3.1)
|
|
44
46
|
bundler (~> 1.0.0)
|
|
45
47
|
cucumber
|
|
46
48
|
jeweler (~> 1.6.4)
|
|
47
|
-
multi_json (~> 1.0
|
|
49
|
+
multi_json (~> 1.0)
|
|
48
50
|
rspec (~> 2.3.0)
|
|
49
51
|
simplecov
|
|
50
52
|
yard (~> 0.6.0)
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.2.0
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: crucigrama
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.
|
|
5
|
+
version: 0.2.0
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- "Pablo Ba\xC3\xB1os L\xC3\xB3pez"
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2012-04-
|
|
13
|
+
date: 2012-04-30 00:00:00 +02:00
|
|
14
14
|
default_executable: crucigrama
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
@@ -20,7 +20,7 @@ dependencies:
|
|
|
20
20
|
requirements:
|
|
21
21
|
- - ~>
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
|
-
version: 3.1
|
|
23
|
+
version: "3.1"
|
|
24
24
|
type: :runtime
|
|
25
25
|
prerelease: false
|
|
26
26
|
version_requirements: *id001
|
|
@@ -31,7 +31,7 @@ dependencies:
|
|
|
31
31
|
requirements:
|
|
32
32
|
- - ~>
|
|
33
33
|
- !ruby/object:Gem::Version
|
|
34
|
-
version: 1.0
|
|
34
|
+
version: "1.0"
|
|
35
35
|
type: :runtime
|
|
36
36
|
prerelease: false
|
|
37
37
|
version_requirements: *id002
|
|
@@ -171,7 +171,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
171
171
|
requirements:
|
|
172
172
|
- - ">="
|
|
173
173
|
- !ruby/object:Gem::Version
|
|
174
|
-
hash: -
|
|
174
|
+
hash: -3161387271336309081
|
|
175
175
|
segments:
|
|
176
176
|
- 0
|
|
177
177
|
version: "0"
|