asset_sync 0.0.1 → 0.0.2
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/asset_sync.gemspec +1 -1
- data/lib/asset_sync/version.rb +1 -1
- metadata +2 -2
data/asset_sync.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
10
10
|
s.platform = Gem::Platform::RUBY
|
11
11
|
s.authors = ["Simon Hamilton"]
|
12
12
|
s.email = ["shamilton@rumblelabs.com"]
|
13
|
-
s.homepage = ""
|
13
|
+
s.homepage = "https://github.com/rumblelabs/asset_sync"
|
14
14
|
s.summary = %q{Synchronises Assets between Rails and S3}
|
15
15
|
s.description = %q{After you run assets:precompile your assets will be synchronised with your S3 bucket, deleting unused files and only uploading the files it needs to.}
|
16
16
|
|
data/lib/asset_sync/version.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: asset_sync
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Simon Hamilton
|
@@ -55,7 +55,7 @@ files:
|
|
55
55
|
- lib/generators/asset_sync/install_generator.rb
|
56
56
|
- lib/generators/asset_sync/templates/asset_sync.rake
|
57
57
|
- lib/generators/asset_sync/templates/asset_sync.yml
|
58
|
-
homepage:
|
58
|
+
homepage: https://github.com/rumblelabs/asset_sync
|
59
59
|
licenses: []
|
60
60
|
|
61
61
|
post_install_message:
|