hullapp 0.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
@@ -4,7 +4,8 @@ hull is a command line helper that will setup a complete application scaffold, s
4
4
  It will ask you a few questions, such as your client Id, application Id, and application Secret, and will configure the app to use them.
5
5
 
6
6
  For now, only a sinatra template is included.
7
- It has several nice features :
7
+ It is based on the really nice boilerplate by [l3ck](https://github.com/l3ck/sinatra-boilerplate)
8
+ It has several nice features, but it is quite rough for now :
8
9
 
9
10
  * Coffeescript, Compass and Sprockets integration
10
11
  * a `rake assets:precompile` task to precompile your assets
@@ -12,6 +13,18 @@ It has several nice features :
12
13
  * Guard and LiveReload for quick iteration
13
14
  * It is set up to work out of the box with Pow and Heroku.
14
15
 
16
+ #### What we changed in our fork :
17
+ * Moved many things to Settings, using Settingslogic
18
+ * Memcached made optional (using settings.yml)
19
+ * Made sprockets configuration a bit more flexible (using settings.yml)
20
+ * Added lib and vendor search paths for Sprockets. Add your extensions & libs, and reference them in vendor.css & vendor.js
21
+ * Added guard & livereload
22
+ * Added crossdomain.xml & 404 static file
23
+ * Migrated email notification sender & receiver in settings.yml
24
+ * Examples for compass spriting, and webfonts inclusion
25
+ * Ready for Pow…
26
+
27
+
15
28
  ## Installation
16
29
 
17
30
  Install it with :
@@ -1,3 +1,3 @@
1
1
  module Hull
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.1.1"
3
3
  end
@@ -8,7 +8,7 @@ gem 'settingslogic'
8
8
 
9
9
  gem 'rake'
10
10
 
11
- gem 'hullapp', :path => '/Users/romain/Sites/hullapp'
11
+ gem 'hullapp'
12
12
 
13
13
  # rack
14
14
  gem 'rack'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hullapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: