trackman 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +2 -2
- data/lib/railtie.rb +1 -1
- data/lib/trackman/version.rb +1 -1
- metadata +2 -2
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Trackman
|
2
2
|
Trackman is a Heroku add-on that hosts your maintenance pages and their assets outside your app (S3).
|
3
|
-
You keep them
|
3
|
+
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
|
@@ -14,7 +14,7 @@ Works out of the box for Ruby(1.8.7 and 1.9.3) on
|
|
14
14
|
* Deploy the changes and boot your app.
|
15
15
|
|
16
16
|
### Need to change your layout or assets?
|
17
|
-
Simply edit your static pages, link different assets, go crazy!
|
17
|
+
Simply edit your static pages, link different assets, go crazy!0
|
18
18
|
Trackman will sync upon application boot on your next deployment.
|
19
19
|
|
20
20
|
### Conventions
|
data/lib/railtie.rb
CHANGED
@@ -21,7 +21,7 @@ if defined?(Rails)
|
|
21
21
|
module Trackman
|
22
22
|
class Railtie < Rails::Railtie
|
23
23
|
rake_tasks do
|
24
|
-
Dir[File.join(File.dirname(__FILE__),'../rails_generators/
|
24
|
+
Dir[File.join(File.dirname(__FILE__),'../rails_generators/trackman_tasks/templates/*.rake')].each { |f| load f }
|
25
25
|
end
|
26
26
|
|
27
27
|
if Rails.env == "production"
|
data/lib/trackman/version.rb
CHANGED
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.5.
|
4
|
+
version: 0.5.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2012-09-
|
13
|
+
date: 2012-09-26 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rest-client
|