contentful-migrations 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c1bda0be1633e800fda617dde80e5c119ac55a447d41a40d2657b276d63d1c4
4
- data.tar.gz: 433a6db64e7e1ad24b718ef1e4609e10ee4bbf20d9e61428f8a742fad837de70
3
+ metadata.gz: bcba27a531b634aa312e2411b829485da1496067fcb88b49dc55ead8dce0f661
4
+ data.tar.gz: d7849782b032485d76252d5984866928860c2c3acab7de7d4d4b887582e6df86
5
5
  SHA512:
6
- metadata.gz: 4d22786b8b8bb1f6abab61cd4551adff371491f32881a0b3aadb133646139b18abed22ba10f7a0e53a3e24335e95c89d55a8c55b8c81fa7c45c9f474c9c6416a
7
- data.tar.gz: 400571dac6d75bd1da0a1708a36de9a3f45da0e6678f3c1fa8e1e35ec483b77715793f96d2689f2128466dd4c1bb2d2df666235d7a4952db79ec0bda2d21a4c1
6
+ metadata.gz: 52db6ce70e3c78b1b24eb9d44739e27503636d02119e893cff4fc9a5ebfba8d9f7d16873f439fcd95a92354a3405a6bcc6d5cf42bcc18261de34d05c488854c3
7
+ data.tar.gz: a47c6d3498d787c3fbe2556625713ba13d5388f35ed04acd30fe015db7283379f5d7bd90845a4e477a265f9930e47a80636f0ddf0331dd8ce240eef05bdda4c3
@@ -0,0 +1 @@
1
+ require File.expand_path('../../contentful_migrations', __FILE__)
@@ -1,3 +1,3 @@
1
1
  module ContentfulMigrations
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.1.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contentful-migrations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin English
@@ -89,6 +89,7 @@ executables: []
89
89
  extensions: []
90
90
  extra_rdoc_files: []
91
91
  files:
92
+ - lib/contentful/migrations.rb
92
93
  - lib/contentful_migrations.rb
93
94
  - lib/contentful_migrations/migration.rb
94
95
  - lib/contentful_migrations/migration_content_type.rb