rails2_asset_pipeline 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,5 @@
1
1
  rvm:
2
2
  - ree
3
- - 1.9.2
4
3
  - 1.9.3
4
+ - 2.0.0
5
+ - jruby
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
- source :rubygems
1
+ source "https://rubygems.org"
2
2
  gemspec
3
3
 
4
4
  gem 'rake'
@@ -1,11 +1,11 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails2_asset_pipeline (0.3.1)
4
+ rails2_asset_pipeline (0.3.2)
5
5
  sprockets
6
6
 
7
7
  GEM
8
- remote: http://rubygems.org/
8
+ remote: https://rubygems.org/
9
9
  specs:
10
10
  bump (0.3.9)
11
11
  diff-lcs (1.1.3)
data/Readme.md CHANGED
@@ -163,6 +163,7 @@ Author
163
163
  ### [Contributors](https://github.com/grosser/rails2_asset_pipeline/contributors)
164
164
  - [Michael Peteuil](https://github.com/mpeteuil)
165
165
  - [Elia Schito](https://github.com/elia)
166
+ - [Massimo Maino](https://github.com/maintux)
166
167
 
167
168
  [Michael Grosser](http://grosser.it)<br/>
168
169
  michael@grosser.it<br/>
@@ -49,7 +49,7 @@ module Rails2AssetPipeline
49
49
  end
50
50
 
51
51
  def self.manifest
52
- @manifest ||= "#{Rails.root}/public/assets/manifest.json"
52
+ @manifest ||= "#{Rails.public_path}/#{self.prefix}/manifest.json"
53
53
  end
54
54
 
55
55
  def self.prefix
@@ -1,3 +1,3 @@
1
1
  module Rails2AssetPipeline
2
- VERSION = '0.3.1'
2
+ VERSION = '0.3.2'
3
3
  end
@@ -38,4 +38,8 @@ module Rails
38
38
  def self.root
39
39
  Pathname.new(File.expand_path("../fake_rails", __FILE__))
40
40
  end
41
+
42
+ def self.public_path
43
+ root.join("public")
44
+ end
41
45
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails2_asset_pipeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
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: 2013-02-04 00:00:00.000000000 Z
12
+ date: 2013-03-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sprockets
@@ -67,7 +67,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
67
67
  version: '0'
68
68
  segments:
69
69
  - 0
70
- hash: 343763774772784530
70
+ hash: -1950403655169185129
71
71
  required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  none: false
73
73
  requirements:
@@ -76,10 +76,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  version: '0'
77
77
  segments:
78
78
  - 0
79
- hash: 343763774772784530
79
+ hash: -1950403655169185129
80
80
  requirements: []
81
81
  rubyforge_project:
82
- rubygems_version: 1.8.24
82
+ rubygems_version: 1.8.25
83
83
  signing_key:
84
84
  specification_version: 3
85
85
  summary: Familiar asset handling for those stuck on Rails 2