dato 0.1.27 → 0.1.28
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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/dato.config.rb +1 -0
- data/lib/dato/dump/runner.rb +1 -0
- data/lib/dato/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7e1489fa5b62c27bd549e5a748f5ba62e7491178
|
|
4
|
+
data.tar.gz: 43f2bec615c498261483b2c29b8bbf9fc396fc35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f9ae175131705bcf1e6b221417b05ae6d78b92095db03e498d675302e53c6edba253757f6859b0cb6d5f8f48566d3260c3a86d26b163081ae1bad3a88be469b2
|
|
7
|
+
data.tar.gz: 9ed0679d2c7483e8b5444470771d19e721feafe3e532210d79187344dba56939463e8e6a1668c91fd81f33dfebd0237d976a1154ba55e0e30d92b051417c0b17
|
data/README.md
CHANGED
|
@@ -31,7 +31,7 @@ The DatoCMS API provides an always up-to-date [JSON Hyperschema](http://json-sch
|
|
|
31
31
|
|
|
32
32
|
## Contributing
|
|
33
33
|
|
|
34
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
34
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/datocms/ruby-datocms-client. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
|
35
35
|
|
|
36
36
|
## License
|
|
37
37
|
|
data/dato.config.rb
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
puts dato.blog_posts.first.title
|
data/lib/dato/dump/runner.rb
CHANGED
data/lib/dato/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dato
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.28
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stefano Verna
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-09-
|
|
11
|
+
date: 2016-09-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -337,6 +337,7 @@ files:
|
|
|
337
337
|
- Rakefile
|
|
338
338
|
- bin/console
|
|
339
339
|
- bin/setup
|
|
340
|
+
- dato.config.rb
|
|
340
341
|
- dato.gemspec
|
|
341
342
|
- docs/account-api-client.md
|
|
342
343
|
- docs/dato-cli.md
|
|
@@ -424,4 +425,3 @@ signing_key:
|
|
|
424
425
|
specification_version: 4
|
|
425
426
|
summary: Ruby client for DatoCMS API
|
|
426
427
|
test_files: []
|
|
427
|
-
has_rdoc:
|