smallcage 0.3.1 → 0.3.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 76261b17262e03b6a7c1922ec62992e6b8ab675a
4
- data.tar.gz: e80ccfdbfcac3c9050cf67d57d51e08aa0b2b9e5
3
+ metadata.gz: 3c524e1ae9aed676299c327309c42ba28cd53355
4
+ data.tar.gz: 127fb67ff0c6acbe3b30cf0e7a99185b46f1204a
5
5
  SHA512:
6
- metadata.gz: 24264f5e91b4667584931fea38a6e107daa27b33d69c45363aab73dcaefa20dd41c484da65f49044912c175f6ccc86d5ca2d5a4a2f5533bf530ac91107cd4174
7
- data.tar.gz: 13fa4eb7a50ac7e2876312f750bb9ebdf83c436ea32f76e5b4d91f209b816a5ba90813b93680745229a17a76eeff3742688f323ae31147e0190a6b6b5081e362
6
+ metadata.gz: fc8afc7c0bef83f20625b5af6d523b7938062d7e0013f0b67d71989bc87547e495ad7c77b4e1f418ebb3b62ee295bf12692e4cca3b74cbf8328b4e42650da83f
7
+ data.tar.gz: 593c879bf285c460154f455148e545f80beb7faf7fb334e6c6e40fdef2e37108cd64b97b8521953d0ec8e8bdcd0b1291c1722892f464bf9fe5356d41460a6d6f
@@ -1,3 +1,5 @@
1
+ YAML::ENGINE.yamler = 'syck' if RUBY_VERSION >= '1.9.2' && RUBY_VERSION < '2.0.0'
2
+
1
3
  module SmallCage
2
4
  #
3
5
  # .smc file loader
@@ -1,3 +1,3 @@
1
1
  module SmallCage #:nodoc:
2
- VERSION = '0.3.1'
2
+ VERSION = '0.3.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smallcage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - SAITO Toshihiro
@@ -186,7 +186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
186
186
  version: '0'
187
187
  requirements: []
188
188
  rubyforge_project:
189
- rubygems_version: 2.2.5
189
+ rubygems_version: 2.5.2
190
190
  signing_key:
191
191
  specification_version: 4
192
192
  summary: a simple website generator