octopress-asset-pipeline 2.0.3 → 2.0.4

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: 2dd7b0a1048be31d24bf9817f89ce9ab41785744
4
- data.tar.gz: f7f6d883910097b1723241fa50ec1da5789f2531
3
+ metadata.gz: 28d3d2a5aa564a1367af5711813e0993aa088604
4
+ data.tar.gz: f218c29dcb6326153d6a0cf27158b35477e69143
5
5
  SHA512:
6
- metadata.gz: 9a5d985c9982ee64907af1c966ca67875f5a78fb38a84f4f50f0a2ccf6d6d0eef6981d80a7005e19a4d4b8a8f4f30d2fb38258b1ef850c1b9f87ea9c9756aa49
7
- data.tar.gz: 6695edf2be1480d41f2a66e235f5e008c3a772c1f11597ae42b2501d61acebf7310ac1a1cc82bc66f71fa8f556d02c918e27ab3216035d785e1dd341c9ef1c51
6
+ metadata.gz: 4d46a0ba7cb8e4d1176465668cb54245c7303b2a634820c0ccf440f93e7fdef53612d648698bbe8c731695f96194a255f81e6c8a41dddab718bd40c7e1736f36
7
+ data.tar.gz: 94d56263a0afa3be3f8ac4076686d1476bd90063a8586015dc2e5d9fa1fbc583a18f17265284c87562866662fc81437ae8d80ba8ef883a8dda42b01cfee59afe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ### 2.0.4 - 2015-05-04
4
+
5
+ - Updated dependency to latest Octopress Ink.
6
+
3
7
  ### 2.0.3 - 2015-03-04
4
8
 
5
9
  - Added plugin reset and compatibility with the latest Octopress Ink.
data/README.md CHANGED
@@ -35,10 +35,10 @@ Then add the gem to your Jekyll configuration.
35
35
 
36
36
  This should be very simple to use.
37
37
 
38
- 1. Ass Sass or CSS to `stylesheets/` or `css/` directory in your site's source.
39
- 1. Ass Coffeescript or JS to `stylesheets/` or `css/` directory in your site's source.
38
+ 1. Add Sass or CSS to `stylesheets/` or `css/` directory in your site's source.
39
+ 1. Add Coffeescript or JS to `stylesheets/` or `css/` directory in your site's source.
40
40
  2. Put Coffeescript and JS in `[source]/javascripts/`.
41
- 3. Add a liquid tags to your sites layout.
41
+ 3. Add liquid tags (see below) to your sites layout.
42
42
  4. Build.
43
43
 
44
44
  If you want, you can configure which directories this plugin reads from. See the configuration section below.
@@ -1,5 +1,5 @@
1
1
  module Octopress
2
2
  module AssetPipeline
3
- VERSION = "2.0.3"
3
+ VERSION = "2.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: octopress-asset-pipeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-05 00:00:00.000000000 Z
11
+ date: 2015-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octopress-ink
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.0.0.rc
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.0.rc
26
+ version: 1.1.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -80,8 +80,7 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- description: Combine and compress CSS and Sass, Javascript and Coffeescript to a single
84
- fingerprinted file.
83
+ description:
85
84
  email:
86
85
  - brandon@imathis.com
87
86
  executables: []
@@ -118,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
117
  version: '0'
119
118
  requirements: []
120
119
  rubyforge_project:
121
- rubygems_version: 2.2.2
120
+ rubygems_version: 2.4.6
122
121
  signing_key:
123
122
  specification_version: 4
124
123
  summary: Combine and compress CSS and Sass, Javascript and Coffeescript to a single