area_cn 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -3,6 +3,7 @@
3
3
  .bundle
4
4
  .config
5
5
  .yardoc
6
+ *.swp
6
7
  Gemfile.lock
7
8
  InstalledFiles
8
9
  _yardoc
data/lib/area_cn/area.rb CHANGED
@@ -23,7 +23,7 @@ module AreaCN
23
23
  end
24
24
 
25
25
  def children_names
26
- @children_names ||= children.map(:name)
26
+ @children_names ||= children.map(&:name)
27
27
  end
28
28
 
29
29
  def children_codes
@@ -1,3 +1,3 @@
1
1
  module AreaCN
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: area_cn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: