yasm 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +0 -1
- data/CHANGELOG +3 -0
- data/Gemfile.lock +88 -0
- data/VERSION +1 -1
- data/yasm.gemspec +1 -1
- metadata +7 -6
data/.gitignore
CHANGED
data/CHANGELOG
CHANGED
data/Gemfile.lock
ADDED
@@ -0,0 +1,88 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
yasm (0.0.8)
|
5
|
+
activesupport (~> 3.0)
|
6
|
+
i18n (~> 0.5.0)
|
7
|
+
symbolism (~> 0.0.1)
|
8
|
+
|
9
|
+
GEM
|
10
|
+
remote: http://rubygems.org/
|
11
|
+
specs:
|
12
|
+
abstract (1.0.0)
|
13
|
+
actionpack (3.0.5)
|
14
|
+
activemodel (= 3.0.5)
|
15
|
+
activesupport (= 3.0.5)
|
16
|
+
builder (~> 2.1.2)
|
17
|
+
erubis (~> 2.6.6)
|
18
|
+
i18n (~> 0.4)
|
19
|
+
rack (~> 1.2.1)
|
20
|
+
rack-mount (~> 0.6.13)
|
21
|
+
rack-test (~> 0.5.7)
|
22
|
+
tzinfo (~> 0.3.23)
|
23
|
+
activemodel (3.0.5)
|
24
|
+
activesupport (= 3.0.5)
|
25
|
+
builder (~> 2.1.2)
|
26
|
+
i18n (~> 0.4)
|
27
|
+
activesupport (3.0.5)
|
28
|
+
builder (2.1.2)
|
29
|
+
couchrest (1.0.1)
|
30
|
+
json (>= 1.4.6)
|
31
|
+
mime-types (>= 1.15)
|
32
|
+
rest-client (>= 1.5.1)
|
33
|
+
couchrest_model (1.0.0)
|
34
|
+
activemodel (~> 3.0.0)
|
35
|
+
couchrest (~> 1.0.1)
|
36
|
+
mime-types (~> 1.15)
|
37
|
+
railties (~> 3.0.0)
|
38
|
+
rspec (>= 2.0.0)
|
39
|
+
tzinfo (~> 0.3.22)
|
40
|
+
cucumber (0.10.0)
|
41
|
+
builder (>= 2.1.2)
|
42
|
+
diff-lcs (~> 1.1.2)
|
43
|
+
gherkin (~> 2.3.2)
|
44
|
+
json (~> 1.4.6)
|
45
|
+
term-ansicolor (~> 1.0.5)
|
46
|
+
diff-lcs (1.1.2)
|
47
|
+
erubis (2.6.6)
|
48
|
+
abstract (>= 1.0.0)
|
49
|
+
gherkin (2.3.4)
|
50
|
+
json (~> 1.4.6)
|
51
|
+
i18n (0.5.0)
|
52
|
+
json (1.4.6)
|
53
|
+
mime-types (1.16)
|
54
|
+
rack (1.2.1)
|
55
|
+
rack-mount (0.6.13)
|
56
|
+
rack (>= 1.0.0)
|
57
|
+
rack-test (0.5.7)
|
58
|
+
rack (>= 1.0)
|
59
|
+
railties (3.0.5)
|
60
|
+
actionpack (= 3.0.5)
|
61
|
+
activesupport (= 3.0.5)
|
62
|
+
rake (>= 0.8.7)
|
63
|
+
thor (~> 0.14.4)
|
64
|
+
rake (0.8.7)
|
65
|
+
rest-client (1.6.1)
|
66
|
+
mime-types (>= 1.16)
|
67
|
+
rspec (2.5.0)
|
68
|
+
rspec-core (~> 2.5.0)
|
69
|
+
rspec-expectations (~> 2.5.0)
|
70
|
+
rspec-mocks (~> 2.5.0)
|
71
|
+
rspec-core (2.5.1)
|
72
|
+
rspec-expectations (2.5.0)
|
73
|
+
diff-lcs (~> 1.1.2)
|
74
|
+
rspec-mocks (2.5.0)
|
75
|
+
symbolism (0.0.1)
|
76
|
+
activesupport (~> 3.0)
|
77
|
+
i18n (~> 0.5.0)
|
78
|
+
term-ansicolor (1.0.5)
|
79
|
+
thor (0.14.6)
|
80
|
+
tzinfo (0.3.24)
|
81
|
+
|
82
|
+
PLATFORMS
|
83
|
+
ruby
|
84
|
+
|
85
|
+
DEPENDENCIES
|
86
|
+
couchrest_model
|
87
|
+
cucumber (~> 0.10.0)
|
88
|
+
yasm!
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.8
|
data/yasm.gemspec
CHANGED
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
|
|
22
22
|
|
23
23
|
s.add_dependency(%q<activesupport>, ["~> 3.0"])
|
24
24
|
s.add_dependency(%q<i18n>, ["~> 0.5.0"])
|
25
|
-
s.add_dependency(%q<symbolism>, ["~> 0.0.
|
25
|
+
s.add_dependency(%q<symbolism>, ["~> 0.0.1"])
|
26
26
|
s.add_development_dependency(%q<couchrest_model>, [">= 0"])
|
27
27
|
s.add_development_dependency(%q<cucumber>, ["~> 0.10.0"])
|
28
28
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yasm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 15
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 8
|
10
|
+
version: 0.0.8
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Matt Parker
|
@@ -57,12 +57,12 @@ dependencies:
|
|
57
57
|
requirements:
|
58
58
|
- - ~>
|
59
59
|
- !ruby/object:Gem::Version
|
60
|
-
hash:
|
60
|
+
hash: 29
|
61
61
|
segments:
|
62
62
|
- 0
|
63
63
|
- 0
|
64
|
-
-
|
65
|
-
version: 0.0.
|
64
|
+
- 1
|
65
|
+
version: 0.0.1
|
66
66
|
type: :runtime
|
67
67
|
version_requirements: *id003
|
68
68
|
- !ruby/object:Gem::Dependency
|
@@ -107,6 +107,7 @@ files:
|
|
107
107
|
- .gitignore
|
108
108
|
- CHANGELOG
|
109
109
|
- Gemfile
|
110
|
+
- Gemfile.lock
|
110
111
|
- PUBLIC_DOMAIN
|
111
112
|
- README.markdown
|
112
113
|
- VERSION
|