buttercms-rails 1.0.5 → 1.1.0
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 +5 -1
- data/VERSION +1 -1
- data/buttercms-rails.gemspec +1 -1
- data/lib/butter/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e9cccf298e724bb68577af95627efc0a5f99dd4e
|
|
4
|
+
data.tar.gz: 2a640ea8a25ec2138a0a4b9c7d272742643a51cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: de6679fb116012edb5950cec4dbaf77b6b58b9996fab0569a5abf0bc9b63445773782b4ab33cb2320ce606ea0068bdfd45e9ae607967bec313b09663b7d172de
|
|
7
|
+
data.tar.gz: 53d02c411c0bcfba7a9bfe6a4c3bdc9259a3e9263fd88023566fb0c0e8b1f09f250c50d241a038ee252010af26c0c102c8e8ed5ec84fd38170271806b207a6d3
|
data/README.md
CHANGED
|
@@ -11,7 +11,7 @@ For a comprehensive list of examples and API docs, check out our [documentation]
|
|
|
11
11
|
To get started, first install the gem by adding it to your Gemfile:
|
|
12
12
|
|
|
13
13
|
```
|
|
14
|
-
gem 'buttercms-rails', '~> 1.0.
|
|
14
|
+
gem 'buttercms-rails', '~> 1.0.5'
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
After installing, run the genereator provided by the gem:
|
|
@@ -71,3 +71,7 @@ After running the generator, set your API token in `config/initializers/buttercm
|
|
|
71
71
|
### Customization
|
|
72
72
|
|
|
73
73
|
Extending and customizing your blog is easy. The ButterCMS Rails SDK uses the [ButterCMS Ruby API Client](https://github.com/buttercms/buttercms-ruby). Email [support@buttercms.com](mailto:support@buttercms.com) for help!
|
|
74
|
+
|
|
75
|
+
### Fallback Data Store
|
|
76
|
+
|
|
77
|
+
The ButterCMS Ruby client supports automatic fallback to a data store when API requests fail. Learn more in the [buttercms-ruby README](https://github.com/buttercms/buttercms-ruby/tree/master#fallback-data-store).
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0
|
|
1
|
+
1.1.0
|
data/buttercms-rails.gemspec
CHANGED
|
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
|
|
|
15
15
|
s.homepage = "https://buttercms.com/docs"
|
|
16
16
|
s.license = 'MIT'
|
|
17
17
|
|
|
18
|
-
s.add_runtime_dependency "buttercms-ruby", "~> 1.0
|
|
18
|
+
s.add_runtime_dependency "buttercms-ruby", "~> 1.1.0"
|
|
19
19
|
s.add_development_dependency "rails", ">= 3.2.0"
|
|
20
20
|
|
|
21
21
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
data/lib/butter/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: buttercms-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ButterCMS
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-11-
|
|
11
|
+
date: 2016-11-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: buttercms-ruby
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.0
|
|
19
|
+
version: 1.1.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 1.0
|
|
26
|
+
version: 1.1.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rails
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|