clipster 0.1.0 → 0.1.1

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.rdoc CHANGED
@@ -19,6 +19,10 @@ Mount the Clipster Engine in your applcations routes.rb like follows.
19
19
 
20
20
  mount Clipster::Engine, :at => '/clipster'
21
21
 
22
+ cd to your apps root and run
23
+
24
+ rake clipster:install:migrations && rake db:migrate
25
+
22
26
  Restart your application and you should be able to access the engine at http://domain.tld/clipster
23
27
 
24
28
  == Development
@@ -1,3 +1,3 @@
1
1
  module Clipster
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clipster
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:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-10-07 00:00:00.000000000 Z
13
+ date: 2012-10-08 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
@@ -158,7 +158,6 @@ files:
158
158
  - test/dummy/config/locales/en.yml
159
159
  - test/dummy/config/routes.rb
160
160
  - test/dummy/config.ru
161
- - test/dummy/log/development.log
162
161
  - test/dummy/public/404.html
163
162
  - test/dummy/public/422.html
164
163
  - test/dummy/public/500.html
@@ -220,7 +219,6 @@ test_files:
220
219
  - test/dummy/config/locales/en.yml
221
220
  - test/dummy/config/routes.rb
222
221
  - test/dummy/config.ru
223
- - test/dummy/log/development.log
224
222
  - test/dummy/public/404.html
225
223
  - test/dummy/public/422.html
226
224
  - test/dummy/public/500.html
@@ -1 +0,0 @@
1
- Connecting to database specified by database.yml