dev 1.0.99 → 1.0.100

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.
Files changed (2) hide show
  1. data/lib/dev/Project.rb +4 -0
  2. metadata +1 -1
@@ -11,6 +11,10 @@ class Project < Hash
11
11
  hash.each { |name,value| self[name]=value }
12
12
  update_default_values if init_defaults
13
13
  end
14
+
15
+ def update_keys
16
+ self.each{ |name,value| self[name]=value }
17
+ end
14
18
 
15
19
  def array_method(name)
16
20
  string_name=name.to_s
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dev
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.99
4
+ version: 1.0.100
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: