iord 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iord
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geoffroy Planquart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-05 00:00:00.000000000 Z
11
+ date: 2015-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -119,10 +119,10 @@ files:
119
119
  - app/controllers/iord/generic_controller.rb
120
120
  - app/views/iord/edit.html.erb
121
121
  - app/views/iord/new.html.erb
122
- - app/views/iord/index.html.erb
123
122
  - app/views/iord/_form.html.erb
124
123
  - app/views/iord/show.html.erb
125
124
  - app/views/iord/iterate.html.erb
125
+ - app/views/iord/index.html.erb
126
126
  - config/locales/en.yml
127
127
  - config/locales/fr.yml
128
128
  - lib/iord/engine.rb
@@ -134,16 +134,16 @@ files:
134
134
  - lib/iord/resource_info.rb
135
135
  - lib/iord/fields.rb
136
136
  - lib/iord/paginate.rb
137
- - lib/iord/resource_url.rb
138
137
  - lib/iord/controller.rb
139
- - lib/iord/output_helper.rb
140
138
  - lib/iord/iterable.rb
141
139
  - lib/iord/crud.rb
142
140
  - lib/iord/nested.rb
143
141
  - lib/iord/hooks.rb
144
142
  - lib/iord/search.rb
145
- - lib/iord/version.rb
146
143
  - lib/iord/sort.rb
144
+ - lib/iord/output_helper.rb
145
+ - lib/iord/resource_url.rb
146
+ - lib/iord/version.rb
147
147
  - lib/iord.rb
148
148
  - lib/rails/generators/iord/controller/controller_generator.rb
149
149
  - lib/rails/generators/iord/controller/templates/controller.rb