bookends 2.3.0 → 2.3.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
  SHA1:
3
- metadata.gz: 0a2be50bc173de22f63c0da4738e922a37d988d2
4
- data.tar.gz: a0b642ead1f8b990fbfed454f1274f19668dae03
3
+ metadata.gz: 58d08d877c873475d02827a578335b709762dbd7
4
+ data.tar.gz: 7d5cfdd4000d0b8032beab9405ca26991147479f
5
5
  SHA512:
6
- metadata.gz: d7bc42156aac4e0ef61f1d85f6e50bcd560257dc4a7cbd4636309fed5513adca01c9e35c45b76900442836246d4c9c4b8681a9a2882e1a322dac156980a56382
7
- data.tar.gz: c0235bf26327ae343d31cddf82925417d16687328ab65ad3c6b40dd33d31623f50c2c6456c49d2e971d83b477d4076568b7df134ae8ab293872685a4616db878
6
+ metadata.gz: 5231f834667d49046815144401283835d1439bed4ba3eba0e28874304a66c0539f23a972c829f540f8564d6a07f43c2adbfb04c37174c07f03441f0d48f927c8
7
+ data.tar.gz: 65fe30fd84567839556cae32a292b92b5cfd955b9a22bcdd2f36f99cf17ea837da7ef0c91795452c74df2a42238436a2824752b04282986e3c825ad2d6a2f394
data/README.md CHANGED
@@ -49,7 +49,7 @@ See all rake tasks with `rake -T`
49
49
  #### Rails version
50
50
  1. `gem 'bookends', path: 'path/to/local/copy` in the Rails application's Gemfile
51
51
  2. `bundle install` from the Rails application
52
- 3. `bookends install` from the Rails application
52
+ 3. `bundle exec bookends install` from the Rails application
53
53
  4. boot up the Rails application
54
54
  5. If you make changes to Bookends's templates, make sure to run the installer from step 3.
55
55
 
@@ -33,7 +33,7 @@
33
33
  </ul>
34
34
  </li>
35
35
  <li><a id="pricing-head" href="https://www.heroku.com/pricing">Pricing</a></li>
36
- <li><a id="doc-head" href="https://devcenter.heroku.com">Pricing</a></li>
36
+ <li><a id="doc-head" href="https://devcenter.heroku.com">Documentation</a></li>
37
37
  <li><a href="https://www.heroku.com/support">Support</a></li>
38
38
  <li class="has-dropdown">
39
39
  <a class="nav-more" href="#">More</a>
@@ -1,3 +1,3 @@
1
1
  module Bookends
2
- VERSION = "2.3.0"
2
+ VERSION = "2.3.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookends
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marketing Web Ops at heroku
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-19 00:00:00.000000000 Z
11
+ date: 2016-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -254,7 +254,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
254
254
  version: '0'
255
255
  requirements: []
256
256
  rubyforge_project:
257
- rubygems_version: 2.4.8
257
+ rubygems_version: 2.4.5
258
258
  signing_key:
259
259
  specification_version: 4
260
260
  summary: an engine to abstract common html/css elements across Heroku properties