trackman 0.6.13 → 0.6.14

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.
data/README.md CHANGED
@@ -4,7 +4,7 @@ You keep them within your project and Trackman syncs them to S3 when you deploy.
4
4
 
5
5
  Works out of the box for Ruby(1.8.7 and 1.9.3) on
6
6
  * Rails 2.3
7
- * Rails 3
7
+ * Rails 3.2 and 4.0 beta
8
8
  * Sinatra
9
9
 
10
10
  For a detailed tutorial of each framework integration visit the [Wiki](https://github.com/SynApps/trackman/wiki).
@@ -11,13 +11,7 @@ if defined?(Rails)
11
11
  rake_tasks do
12
12
  load File.expand_path('../../../../rails_generators/trackman_tasks/templates/trackman.rake', __FILE__)
13
13
  end
14
-
15
- initializer "trackman.hook" do |app|
16
- app.config.after_initialize do
17
- Trackman::Assets::Asset.autosync
18
- end
19
- end
20
14
  end
21
15
  end
22
16
  end
23
- end
17
+ end
@@ -1,3 +1,3 @@
1
1
  module Trackman
2
- VERSION = "0.6.13"
2
+ VERSION = "0.6.14"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trackman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.13
4
+ version: 0.6.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -515,7 +515,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
515
515
  version: '0'
516
516
  segments:
517
517
  - 0
518
- hash: 1781259460780209149
518
+ hash: -2031744110975138972
519
519
  required_rubygems_version: !ruby/object:Gem::Requirement
520
520
  none: false
521
521
  requirements:
@@ -524,7 +524,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
524
524
  version: '0'
525
525
  segments:
526
526
  - 0
527
- hash: 1781259460780209149
527
+ hash: -2031744110975138972
528
528
  requirements: []
529
529
  rubyforge_project:
530
530
  rubygems_version: 1.8.24