human_attribute_values 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,44 +1,65 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: human_attribute_values
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Peschla
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-01 00:00:00.000000000 Z
11
+ date: 2015-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: 4.1.8
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '4.3'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
25
28
  - !ruby/object:Gem::Version
26
29
  version: 4.1.8
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '4.3'
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: sqlite3
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
- - - ">="
37
+ - - "~>"
32
38
  - !ruby/object:Gem::Version
33
39
  version: '0'
34
40
  type: :development
35
41
  prerelease: false
36
42
  version_requirements: !ruby/object:Gem::Requirement
37
43
  requirements:
38
- - - ">="
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ - !ruby/object:Gem::Dependency
48
+ name: appraisal
49
+ requirement: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - "~>"
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ type: :development
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - "~>"
39
59
  - !ruby/object:Gem::Version
40
60
  version: '0'
41
- description: Translate attribute values using Rails I18n API.
61
+ description: Easy translation of attribute values for models through locale files
62
+ in a similar way as for attribute names.
42
63
  email:
43
64
  - github@peschla.net
44
65
  executables: []
@@ -122,7 +143,8 @@ files:
122
143
  - test/human_attribute_values_test.rb
123
144
  - test/test_helper.rb
124
145
  homepage: https://github.com/RST-J/human_attribute_values
125
- licenses: []
146
+ licenses:
147
+ - MIT
126
148
  metadata: {}
127
149
  post_install_message:
128
150
  rdoc_options: []
@@ -132,7 +154,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
132
154
  requirements:
133
155
  - - ">="
134
156
  - !ruby/object:Gem::Version
135
- version: '0'
157
+ version: 2.0.0
136
158
  required_rubygems_version: !ruby/object:Gem::Requirement
137
159
  requirements:
138
160
  - - ">="
@@ -140,77 +162,77 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
162
  version: '0'
141
163
  requirements: []
142
164
  rubyforge_project:
143
- rubygems_version: 2.2.2
165
+ rubygems_version: 2.4.6
144
166
  signing_key:
145
167
  specification_version: 4
146
168
  summary: Translate attribute values using Rails I18n API.
147
169
  test_files:
148
170
  - test/human_attribute_values_test.rb
149
171
  - test/test_helper.rb
150
- - test/dummy/Rakefile
151
- - test/dummy/db/test.sqlite3
152
- - test/dummy/db/migrate/20150127220502_create_the_answers.rb
153
- - test/dummy/db/migrate/20150131161322_create_boolean_models.rb
154
- - test/dummy/db/migrate/20150131164609_create_lexicons.rb
155
- - test/dummy/db/migrate/20150131162551_create_numeric_models.rb
156
- - test/dummy/db/migrate/20150131153819_create_parents.rb
157
- - test/dummy/db/migrate/20150131170613_create_enum_models.rb
158
- - test/dummy/db/schema.rb
159
- - test/dummy/db/development.sqlite3
160
- - test/dummy/test/models/enum_model_test.rb
161
- - test/dummy/test/models/numeric_model_test.rb
162
- - test/dummy/test/models/grand_child_test.rb
163
- - test/dummy/test/models/the_answer_test.rb
164
- - test/dummy/test/models/child_test.rb
165
- - test/dummy/test/models/lexicon_test.rb
166
- - test/dummy/test/models/boolean_model_test.rb
167
- - test/dummy/test/models/sibling_test.rb
168
- - test/dummy/test/fixtures/enum_models.yml
169
- - test/dummy/test/fixtures/lexicons.yml
170
- - test/dummy/test/fixtures/grandchildren.yml
171
- - test/dummy/test/fixtures/boolean_models.yml
172
- - test/dummy/test/fixtures/children.yml
173
- - test/dummy/test/fixtures/siblings.yml
174
- - test/dummy/test/fixtures/the_answers.yml
175
- - test/dummy/test/fixtures/numeric_models.yml
176
- - test/dummy/log/test.log
177
- - test/dummy/log/development.log
178
- - test/dummy/bin/rails
179
- - test/dummy/bin/bundle
172
+ - test/dummy/config.ru
180
173
  - test/dummy/bin/rake
181
- - test/dummy/README.rdoc
182
- - test/dummy/public/500.html
183
- - test/dummy/public/favicon.ico
174
+ - test/dummy/bin/bundle
175
+ - test/dummy/bin/rails
184
176
  - test/dummy/public/404.html
177
+ - test/dummy/public/favicon.ico
178
+ - test/dummy/public/500.html
185
179
  - test/dummy/public/422.html
186
- - test/dummy/app/controllers/application_controller.rb
187
- - test/dummy/app/assets/stylesheets/application.css
188
- - test/dummy/app/assets/javascripts/application.js
189
- - test/dummy/app/helpers/application_helper.rb
190
- - test/dummy/app/models/the_answer.rb
191
- - test/dummy/app/models/numeric_model.rb
192
- - test/dummy/app/models/child.rb
193
- - test/dummy/app/models/enum_model.rb
194
- - test/dummy/app/models/lexicon.rb
195
- - test/dummy/app/models/boolean_model.rb
196
- - test/dummy/app/models/parent.rb
197
- - test/dummy/app/models/sibling.rb
198
- - test/dummy/app/models/grand_child.rb
199
- - test/dummy/app/views/layouts/application.html.erb
200
- - test/dummy/config/locales/en.yml
180
+ - test/dummy/test/fixtures/children.yml
181
+ - test/dummy/test/fixtures/the_answers.yml
182
+ - test/dummy/test/fixtures/grandchildren.yml
183
+ - test/dummy/test/fixtures/siblings.yml
184
+ - test/dummy/test/fixtures/enum_models.yml
185
+ - test/dummy/test/fixtures/lexicons.yml
186
+ - test/dummy/test/fixtures/numeric_models.yml
187
+ - test/dummy/test/fixtures/boolean_models.yml
188
+ - test/dummy/test/models/sibling_test.rb
189
+ - test/dummy/test/models/lexicon_test.rb
190
+ - test/dummy/test/models/child_test.rb
191
+ - test/dummy/test/models/the_answer_test.rb
192
+ - test/dummy/test/models/enum_model_test.rb
193
+ - test/dummy/test/models/grand_child_test.rb
194
+ - test/dummy/test/models/boolean_model_test.rb
195
+ - test/dummy/test/models/numeric_model_test.rb
196
+ - test/dummy/config/database.yml
201
197
  - test/dummy/config/routes.rb
202
- - test/dummy/config/environments/test.rb
203
198
  - test/dummy/config/environments/production.rb
199
+ - test/dummy/config/environments/test.rb
204
200
  - test/dummy/config/environments/development.rb
205
- - test/dummy/config/environment.rb
206
201
  - test/dummy/config/boot.rb
207
- - test/dummy/config/initializers/inflections.rb
208
- - test/dummy/config/initializers/wrap_parameters.rb
202
+ - test/dummy/config/locales/en.yml
203
+ - test/dummy/config/environment.rb
204
+ - test/dummy/config/application.rb
209
205
  - test/dummy/config/initializers/secret_token.rb
206
+ - test/dummy/config/initializers/wrap_parameters.rb
207
+ - test/dummy/config/initializers/backtrace_silencers.rb
210
208
  - test/dummy/config/initializers/session_store.rb
211
209
  - test/dummy/config/initializers/mime_types.rb
212
- - test/dummy/config/initializers/backtrace_silencers.rb
213
210
  - test/dummy/config/initializers/filter_parameter_logging.rb
214
- - test/dummy/config/application.rb
215
- - test/dummy/config/database.yml
216
- - test/dummy/config.ru
211
+ - test/dummy/config/initializers/inflections.rb
212
+ - test/dummy/Rakefile
213
+ - test/dummy/README.rdoc
214
+ - test/dummy/app/helpers/application_helper.rb
215
+ - test/dummy/app/views/layouts/application.html.erb
216
+ - test/dummy/app/assets/stylesheets/application.css
217
+ - test/dummy/app/assets/javascripts/application.js
218
+ - test/dummy/app/controllers/application_controller.rb
219
+ - test/dummy/app/models/enum_model.rb
220
+ - test/dummy/app/models/the_answer.rb
221
+ - test/dummy/app/models/parent.rb
222
+ - test/dummy/app/models/boolean_model.rb
223
+ - test/dummy/app/models/grand_child.rb
224
+ - test/dummy/app/models/lexicon.rb
225
+ - test/dummy/app/models/numeric_model.rb
226
+ - test/dummy/app/models/child.rb
227
+ - test/dummy/app/models/sibling.rb
228
+ - test/dummy/log/development.log
229
+ - test/dummy/log/test.log
230
+ - test/dummy/db/development.sqlite3
231
+ - test/dummy/db/schema.rb
232
+ - test/dummy/db/migrate/20150127220502_create_the_answers.rb
233
+ - test/dummy/db/migrate/20150131164609_create_lexicons.rb
234
+ - test/dummy/db/migrate/20150131161322_create_boolean_models.rb
235
+ - test/dummy/db/migrate/20150131153819_create_parents.rb
236
+ - test/dummy/db/migrate/20150131162551_create_numeric_models.rb
237
+ - test/dummy/db/migrate/20150131170613_create_enum_models.rb
238
+ - test/dummy/db/test.sqlite3