contentful-management 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/contentful/management/resource/environment_aware.rb +9 -1
- data/lib/contentful/management/version.rb +1 -1
- data/spec/fixtures/vcr_cassettes/entry/environment_id.yml +299 -0
- data/spec/lib/contentful/management/entry_spec.rb +920 -917
- metadata +4 -2
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: contentful-management
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Piotr Protas
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2018-04-
|
13
|
+
date: 2018-04-18 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: http
|
@@ -532,6 +532,7 @@ files:
|
|
532
532
|
- spec/fixtures/vcr_cassettes/entry/create_with_symbols.yml
|
533
533
|
- spec/fixtures/vcr_cassettes/entry/destory_published.yml
|
534
534
|
- spec/fixtures/vcr_cassettes/entry/destroy.yml
|
535
|
+
- spec/fixtures/vcr_cassettes/entry/environment_id.yml
|
535
536
|
- spec/fixtures/vcr_cassettes/entry/fallback_undefined.yml
|
536
537
|
- spec/fixtures/vcr_cassettes/entry/find-with-null-symbols.yml
|
537
538
|
- spec/fixtures/vcr_cassettes/entry/find.yml
|
@@ -908,6 +909,7 @@ test_files:
|
|
908
909
|
- spec/fixtures/vcr_cassettes/entry/create_with_symbols.yml
|
909
910
|
- spec/fixtures/vcr_cassettes/entry/destory_published.yml
|
910
911
|
- spec/fixtures/vcr_cassettes/entry/destroy.yml
|
912
|
+
- spec/fixtures/vcr_cassettes/entry/environment_id.yml
|
911
913
|
- spec/fixtures/vcr_cassettes/entry/fallback_undefined.yml
|
912
914
|
- spec/fixtures/vcr_cassettes/entry/find-with-null-symbols.yml
|
913
915
|
- spec/fixtures/vcr_cassettes/entry/find.yml
|