cached_names 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore ADDED
@@ -0,0 +1,3 @@
1
+ *.gem
2
+
3
+
@@ -1,4 +1,4 @@
1
- class CachedNames
1
+ module CachedNames
2
2
 
3
3
  def has_cached_names name_method = "value", options = {}
4
4
  @cached_names_name_method = name_method
@@ -1,3 +1,3 @@
1
- class CachedNames
2
- VERSION = "0.1.0"
1
+ module CachedNames
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: cached_names
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - John 'asceth' Long
@@ -48,6 +48,7 @@ extra_rdoc_files: []
48
48
 
49
49
  files:
50
50
  - .gemtest
51
+ - .gitignore
51
52
  - .rspec
52
53
  - .rvmrc
53
54
  - Gemfile