rails_wordpress 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_wordpress
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Lang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-16 00:00:00.000000000 Z
11
+ date: 2016-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -163,6 +163,7 @@ files:
163
163
  - app/models/wordpress/term.rb
164
164
  - app/models/wordpress/user.rb
165
165
  - app/models/wordpress/wp_post.rb
166
+ - app/models/wordpress/wp_postmeta.rb
166
167
  - app/views/layouts/wordpress/application.html.erb
167
168
  - config/routes.rb
168
169
  - lib/rails_wordpress.rb
@@ -254,7 +255,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
254
255
  version: '0'
255
256
  requirements: []
256
257
  rubyforge_project:
257
- rubygems_version: 2.4.6
258
+ rubygems_version: 2.4.3
258
259
  signing_key:
259
260
  specification_version: 4
260
261
  summary: A Rails Engine to connect to Wordpress tables with ActiveRecord modeling