homeostasis 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,5 @@
1
1
  require File.join(File.dirname(__FILE__), '..', 'homeostasis')
2
+ require 'digest/sha1'
2
3
 
3
4
  class Homeostasis::Asset < Stasis::Plugin
4
5
  before_all :before_all
data/lib/homeostasis.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Homeostasis
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: homeostasis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-02-25 00:00:00.000000000 Z
12
+ date: 2012-06-15 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Provides asset stamping using git revisions, environments, and a few
15
15
  view helpers.
@@ -19,11 +19,11 @@ executables: []
19
19
  extensions: []
20
20
  extra_rdoc_files: []
21
21
  files:
22
- - README.md
23
22
  - LICENSE.md
24
- - lib/homeostasis/asset.rb
23
+ - README.md
25
24
  - lib/homeostasis/env.rb
26
25
  - lib/homeostasis/path.rb
26
+ - lib/homeostasis/asset.rb
27
27
  - lib/homeostasis.rb
28
28
  homepage: https://github.com/hughbien/homeostasis
29
29
  licenses: []
@@ -45,7 +45,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
45
45
  version: 1.3.6
46
46
  requirements: []
47
47
  rubyforge_project:
48
- rubygems_version: 1.8.15
48
+ rubygems_version: 1.8.23
49
49
  signing_key:
50
50
  specification_version: 3
51
51
  summary: Stasis plugin for asset stamping and more.