togostanza 0.0.9 → 0.1.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.
- checksums.yaml +4 -4
- data/lib/togostanza/application.rb +4 -0
- data/lib/togostanza/version.rb +1 -1
- data/spec/dummy/foo_stanza/stanza.rb +2 -2
- data/spec/features/api_spec.rb +10 -0
- metadata +3 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e38816d3b16afcba919e38ba4ca126a63e7d16cc
|
4
|
+
data.tar.gz: 632c4eaaf28b9b7bcdc22709323ad1880af10019
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 69b7b057eb8e4bf844949cbc361b2d702282c07d22e1a914fb2207bfca57bebc11386906bf72879506006002ae267958e9ce60cf2df2e3f4b03325dbfe1ba60c
|
7
|
+
data.tar.gz: 375aa3a896cc1c1253682bcc70c6b19d8589c3de0a7d0be98b8608e12cf4013b68afb586695d10e016f114fca4d6a5491dd082e94f21848ef0fd5a36aed9faee
|
data/lib/togostanza/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: togostanza
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Keita Urashima
|
@@ -278,6 +278,7 @@ files:
|
|
278
278
|
- spec/dummy/foo_stanza/lib/foo_stanza.rb
|
279
279
|
- spec/dummy/foo_stanza/stanza.rb
|
280
280
|
- spec/dummy/foo_stanza/template.hbs
|
281
|
+
- spec/features/api_spec.rb
|
281
282
|
- spec/features/help_spec.rb
|
282
283
|
- spec/features/listing_spec.rb
|
283
284
|
- spec/features/rendering_spec.rb
|
@@ -331,6 +332,7 @@ test_files:
|
|
331
332
|
- spec/dummy/foo_stanza/lib/foo_stanza.rb
|
332
333
|
- spec/dummy/foo_stanza/stanza.rb
|
333
334
|
- spec/dummy/foo_stanza/template.hbs
|
335
|
+
- spec/features/api_spec.rb
|
334
336
|
- spec/features/help_spec.rb
|
335
337
|
- spec/features/listing_spec.rb
|
336
338
|
- spec/features/rendering_spec.rb
|