guard-cogs 0.1.0 → 0.1.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: b3e99e91dc97119454caf3fcdf2c2face47c4803
4
- data.tar.gz: abaaf0831275f2e75771abd5f5e29cd6542ddeb1
3
+ metadata.gz: f41bc6b2d8bc537a181c216fb1c6e5c763f3dab3
4
+ data.tar.gz: 873440038b6c718c2be4e36dd2449363a1eeafe8
5
5
  SHA512:
6
- metadata.gz: 94b6b2ee926c6af8540585c433a8981cef680ed44c14af19df5f388fb7430f388c152a0150b85e3a427467e0128b2c5333d4bf796a4ce7aafba85d98923fff8e
7
- data.tar.gz: b421b73f1239028f6d0d062835d930bf9847048449a8512777e93e3c54c06a8eaf8070152fb6ac7ae7757c2b26a10eb04a7e6d050e02336672ea310db6906d3c
6
+ metadata.gz: 5c7d6bfaea5d37a23306bf9c04520b692bb202da128d93496d236324d88f68fad4127c409b3d67e32d92a6a5102e83e2d5bfc970ad6a2879ee69c54a6bfb8b65
7
+ data.tar.gz: 2241221772636253e9339389a567e23e5f8ba80098bd79163f802f0c360f98d09fd50574f242aa8fffb4829dcee9ff27fc2f8da2451f6b78ebd61861c9d40884
data/README.md CHANGED
@@ -47,6 +47,7 @@ compile => ['app.coffee', 'assets/vendor/vendor.js' => 'vendor/deps.js'] # A
47
47
  dest => 'public/javascripts' # Output folder. Defaults to '.'
48
48
  asset_paths => ['assets/scripts', 'assets/vendor/scripts'] # Array of folders containing assets. Defaults to ['.']
49
49
  minify => true # Minify generated files (uglifier for javascript, yui-compressor for stylesheets)
50
+ sprockets => ::Sprockets::Environment.new # Sprockets environment. Defaults to ::Sprockets::Environment.new
50
51
  ```
51
52
 
52
53
  ## License
data/guard-cogs.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ['garton.tim@gmail.com']
11
11
  spec.summary = 'Guard gem for sprockets'
12
12
  spec.description = 'Guard::Cogs packages your coffeescript, javascript, sass, and css.'
13
- spec.homepage = 'https://rubygems.org/gems/guard-cogs'
13
+ spec.homepage = 'https://github.com/ralfthewise/guard-cogs'
14
14
  spec.license = 'MIT'
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module CogsVersion
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-cogs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Garton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-12 00:00:00.000000000 Z
11
+ date: 2014-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: guard
@@ -153,7 +153,7 @@ files:
153
153
  - lib/guard/cogs.rb
154
154
  - lib/guard/cogs/templates/Guardfile
155
155
  - lib/guard/cogs/version.rb
156
- homepage: https://rubygems.org/gems/guard-cogs
156
+ homepage: https://github.com/ralfthewise/guard-cogs
157
157
  licenses:
158
158
  - MIT
159
159
  metadata: {}