homesteading_publisher 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: homesteading_publisher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane Becker
@@ -137,6 +137,7 @@ files:
137
137
  - app/assets/stylesheets/homesteading_publisher/settings.css.scss
138
138
  - app/controllers/homesteading_publisher/application_controller.rb
139
139
  - app/controllers/homesteading_publisher/posts_controller.rb
140
+ - app/controllers/homesteading_publisher/settings_controller.rb
140
141
  - app/helpers/homesteading_publisher/application_helper.rb
141
142
  - app/models/homesteading/post.rb
142
143
  - app/models/license.rb
@@ -158,6 +159,9 @@ files:
158
159
  - app/views/homesteading_publisher/posts/index.html.erb
159
160
  - app/views/homesteading_publisher/posts/new.html.erb
160
161
  - app/views/homesteading_publisher/posts/show.html.erb
162
+ - app/views/homesteading_publisher/settings/_settings.html.erb
163
+ - app/views/homesteading_publisher/settings/edit.html.erb
164
+ - app/views/homesteading_publisher/settings/index.html.erb
161
165
  - app/views/layouts/homesteading_publisher/application.html.erb
162
166
  - config/routes.rb
163
167
  - db/migrate/20150107224535_create_posts.rb
@@ -168,6 +172,7 @@ files:
168
172
  - lib/homesteading_publisher/version.rb
169
173
  - lib/tasks/homesteading_publisher_tasks.rake
170
174
  - spec/controllers/homesteading_publisher/posts_controllers_spec.rb
175
+ - spec/controllers/homesteading_publisher/settings_controller_spec.rb
171
176
  - spec/dummy/README.rdoc
172
177
  - spec/dummy/Rakefile
173
178
  - spec/dummy/app/assets/javascripts/application.js
@@ -241,6 +246,7 @@ summary: A generic Rails Engine that all HS-* post type publisher apps build on
241
246
  of.
242
247
  test_files:
243
248
  - spec/controllers/homesteading_publisher/posts_controllers_spec.rb
249
+ - spec/controllers/homesteading_publisher/settings_controller_spec.rb
244
250
  - spec/dummy/app/assets/javascripts/application.js
245
251
  - spec/dummy/app/assets/stylesheets/application.css
246
252
  - spec/dummy/app/controllers/application_controller.rb