gaston 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a7ca490d6511962c5dce0fed59d3c09ff58bd16
4
- data.tar.gz: b1b049947299d61791c885b2c615c934757f50ac
3
+ metadata.gz: dfdd12aa84cdc77d6042fb68b5906561c0cbceaa
4
+ data.tar.gz: 8173422f18bd719ac3a5ae0b1e876fcfeaee97f3
5
5
  SHA512:
6
- metadata.gz: 9777bf0fe380c53fd6e74346ccd271b8f5a71e866099512ffd8558b18097c8e93af0db91937ca553de5cfc0ec4b1f3b344db58940a3322aae51cffc65f331897
7
- data.tar.gz: 1e98991a1df38789c6a944b1ce98507d9c1b8875f504387e6c15ae18c325d7c0f7b7fa314068c04a8c7d4138d69fd93a48a52133febeda2b2fe2bbec672f399d
6
+ metadata.gz: fc83a28352461adaaa45e71031e87376ba2bf9b9be7a72ebc2c79c4625e0289d60d228fd35dff16fc9dd3bb442a2aa4eb344726b72a137d2cdb8443e3ea26690
7
+ data.tar.gz: 3225f9fe3903573ee52e12d45abe30ade86448404dc1708e7fae8932660df06b4a1cdd64c83096d0799454ff3c905276c468d4f32ed9583d92198e908c05ca24
@@ -5,7 +5,7 @@ class Gaston
5
5
  def new(parent, hash={})
6
6
  hash.each_with_object({}) do |(key, store), hsh|
7
7
  if store.is_a?(Hash)
8
- camelize = Inflecto.camelize(key)
8
+ camelize = "Gaston" + Inflecto.camelize(key)
9
9
  klass = if parent.const_defined? camelize, false
10
10
  Inflecto.constantize("#{parent}::#{camelize}")
11
11
  else
@@ -1,4 +1,4 @@
1
1
  # encoding: utf-8
2
2
  class Gaston
3
- VERSION = "0.4.0"
3
+ VERSION = "0.4.1"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gaston
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - chatgris
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-04-23 00:00:00.000000000 Z
11
+ date: 2013-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: inflecto