attribute_struct 0.1.0 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,2 +1,5 @@
1
+ ## v0.1.2
2
+ * Fix naming in require
3
+
1
4
  ## v0.1.0
2
5
  * Initial release
Binary file
@@ -12,7 +12,7 @@ class AttributeStruct
12
12
 
13
13
  def load_the_camels
14
14
  unless(@camels_loaded)
15
- require 'attrubute_struct/monkey_camels'
15
+ require 'attribute_struct/monkey_camels'
16
16
  @camels_loaded = true
17
17
  end
18
18
  end
@@ -2,5 +2,5 @@ class AttributeStruct
2
2
  class Version < Gem::Version
3
3
  end
4
4
 
5
- VERSION = Version.new('0.1.0')
5
+ VERSION = Version.new('0.1.2')
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: attribute_struct
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-03 00:00:00.000000000 Z
12
+ date: 2013-07-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: hashie
@@ -40,6 +40,7 @@ files:
40
40
  - lib/attribute_struct/monkey_camels.rb
41
41
  - Gemfile
42
42
  - README.md
43
+ - attribute_struct-0.1.0.gem
43
44
  - attribute_struct.gemspec
44
45
  - CHANGELOG.md
45
46
  - Gemfile.lock