taiwan_city_dists_helper 0.83 → 0.85

Sign up to get free protection for your applications and to get access to all the features.
data/app/models/city.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  class City < ActiveRecord::Base
3
- # attr_accessible :title, :body
3
+ attr_accessible :name
4
4
  has_many :dists
5
5
  end
data/app/models/dist.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  class Dist < ActiveRecord::Base
3
- # attr_accessible :title, :body
3
+ attr_accessible :name, :city_id
4
4
  belongs_to :city
5
5
  end
@@ -1,5 +1,5 @@
1
1
  module TaiwanCityDistsHelper
2
2
  module Rails
3
- VERSION = "0.83"
3
+ VERSION = "0.85"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: taiwan_city_dists_helper
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.83'
4
+ version: '0.85'
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-03-08 00:00:00.000000000 Z
12
+ date: 2013-05-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri
@@ -71,8 +71,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  version: '0'
72
72
  requirements: []
73
73
  rubyforge_project:
74
- rubygems_version: 1.8.24
74
+ rubygems_version: 1.8.25
75
75
  signing_key:
76
76
  specification_version: 3
77
77
  summary: This gem is a test
78
78
  test_files: []
79
+ has_rdoc: