bower-rails 0.8.0 → 0.8.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 31f963c6de9dbf11d82b7332fac43fb6567b7f37
4
- data.tar.gz: 1d92e3757ebdec02f959734146467fb785f1c622
3
+ metadata.gz: a577879a46e1d8d225119988f9a02e88eda6f6f9
4
+ data.tar.gz: 3e23d0346d8160ae128a1bdaa181752b07ab9918
5
5
  SHA512:
6
- metadata.gz: 035db30cbf3f159541e4bc6a17ae603345d8a49a2333b709fe47a43fb08a6668c2e9d80c2ed966cc9c25d3f764de822c30067a07717abbb2fc4bd9d5c74d8eb5
7
- data.tar.gz: a89cf62910a31b30317028c0b291958f317ee542d728500018389a1076574360a0bfa0b427a5c71e447f042f1d30db2559049609497b51699a7c99b24f095575
6
+ metadata.gz: 7b97dfcc55e905cf04e73012dd92e52e157ff241286833dc902b9f006a368f019398e3fe9c0c2da98582a459b799caaf7586ee6f8d1860f005519ed3049a25d2
7
+ data.tar.gz: 5b6fc0db214f489615ae93a02558746745b17c7a0dc7ebba53f25cd03ce102700e3e136cb13b47e80f56634e86a4df9040984f02d43bd52f6677608045b4e37f
data/README.md CHANGED
@@ -28,7 +28,7 @@ Check out [changelog][] for the latest changes and releases.
28
28
  in Gemfile
29
29
 
30
30
  ``` Ruby
31
- gem "bower-rails", "~> 0.8.0"
31
+ gem "bower-rails", "~> 0.8.1"
32
32
  ```
33
33
 
34
34
  ##JSON configuration
@@ -7,7 +7,7 @@ module BowerRails
7
7
  DEFAULT_DEPENDENCY_GROUP = :dependencies
8
8
 
9
9
  def self.evalute(root_path, filename)
10
- new.tap { |dsl| dsl.eval_file(File.join(root_path, filename)) }
10
+ new(root_path).tap { |dsl| dsl.eval_file(File.join(root_path, filename)) }
11
11
  end
12
12
 
13
13
  attr_reader :dependencies, :root_path
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module BowerRails
3
- VERSION = "0.8.0"
3
+ VERSION = "0.8.1"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bower-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ross Harrison