stache 0.0.1 → 0.0.2
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/lib/stache/version.rb +1 -1
- data/spec/dummy/log/test.log +10 -0
- data/stache.gemspec +1 -1
- metadata +3 -3
data/lib/stache/version.rb
CHANGED
data/spec/dummy/log/test.log
CHANGED
|
@@ -211,3 +211,13 @@ Rendered stache/index.html.mustache within layouts/application (14.1ms)
|
|
|
211
211
|
Completed 200 OK in 77ms (Views: 76.8ms)
|
|
212
212
|
Processing by StacheController#with_partials as HTML
|
|
213
213
|
Completed 200 OK in 16ms (Views: 15.8ms)
|
|
214
|
+
Processing by StacheController#index as HTML
|
|
215
|
+
Rendered stache/index.html.mustache within layouts/application (4.3ms)
|
|
216
|
+
Completed 200 OK in 65ms (Views: 64.0ms)
|
|
217
|
+
Processing by StacheController#with_partials as HTML
|
|
218
|
+
Completed 200 OK in 8ms (Views: 8.0ms)
|
|
219
|
+
Processing by StacheController#index as HTML
|
|
220
|
+
Rendered stache/index.html.mustache within layouts/application (4.5ms)
|
|
221
|
+
Completed 200 OK in 41ms (Views: 40.3ms)
|
|
222
|
+
Processing by StacheController#with_partials as HTML
|
|
223
|
+
Completed 200 OK in 7ms (Views: 6.6ms)
|
data/stache.gemspec
CHANGED
|
@@ -26,8 +26,8 @@ Gem::Specification.new do |s|
|
|
|
26
26
|
s.require_paths = ['lib']
|
|
27
27
|
|
|
28
28
|
s.add_dependency 'mustache'
|
|
29
|
-
s.add_dependency 'rails', '~>3.1.0.rc4'
|
|
30
29
|
|
|
30
|
+
s.add_development_dependency 'rails', '~>3.1.0'
|
|
31
31
|
s.add_development_dependency 'rspec'
|
|
32
32
|
s.add_development_dependency 'rspec-rails'
|
|
33
33
|
s.add_development_dependency 'bundler'
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: stache
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Matt Wilson
|
|
@@ -31,8 +31,8 @@ dependencies:
|
|
|
31
31
|
requirements:
|
|
32
32
|
- - ~>
|
|
33
33
|
- !ruby/object:Gem::Version
|
|
34
|
-
version: 3.1.0
|
|
35
|
-
type: :
|
|
34
|
+
version: 3.1.0
|
|
35
|
+
type: :development
|
|
36
36
|
version_requirements: *id002
|
|
37
37
|
- !ruby/object:Gem::Dependency
|
|
38
38
|
name: rspec
|