sinatra-static-bp 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -8,11 +8,11 @@ Amazon S3 deploy with complete assets management.
8
8
  $ gem install sinatra-static-bp
9
9
  $ sinatra-static-bp simple-website
10
10
 
11
- See generated README.md in your new app folder for complete instructions.
11
+ See boilerplate [README.md](https://github.com/hooktstudios/sinatra-static-bp/blob/master/lib/skeleton/README.md.erb) in your new app folder for complete instructions.
12
12
 
13
13
  ## Featuring
14
14
 
15
15
  * [sinatra](https://github.com/sinatra/sinatra) as the core
16
16
  * [sinatra-assetpack](https://github.com/hooktstudios/sinatra-assetpack) as the assets manager
17
- * [sinatra-static](https://github.com/hooktstudios/sinatra-static) as the static pages generator
18
- * [s3-site-static](github.com/hooktstudios/s3-static-site.git) as the S3 deployment tool
17
+ * [sinatra-export](https://github.com/hooktstudios/sinatra-export) as the static pages generator
18
+ * [capistrano-s3](github.com/hooktstudios/capistrano-s3.git) as the S3 deployment tool
@@ -14,6 +14,5 @@ gem 'sass'
14
14
 
15
15
  group :deploy do
16
16
  gem 'capistrano'
17
- gem 's3-static-site',
18
- :git => 'git://github.com/hooktstudios/s3-static-site.git'
17
+ gem 'capistrano-s3'
19
18
  end
@@ -1,4 +1,4 @@
1
- require 's3-static-site'
1
+ require 'capistrano/s3'
2
2
  require 'capistrano/ext/multistage'
3
3
 
4
4
  set :default_stage, 'development'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-static-bp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: