clipster 0.1.1 → 0.1.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/lib/clipster/version.rb +1 -1
- data/test/dummy/log/development.log +1 -0
- data/test/dummy/log/test.log +3 -0
- metadata +7 -8
data/lib/clipster/version.rb
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Connecting to database specified by database.yml
|
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.
|
|
4
|
+
version: 0.1.2
|
|
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-
|
|
13
|
+
date: 2012-10-09 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rails
|
|
@@ -92,12 +92,7 @@ dependencies:
|
|
|
92
92
|
- - ! '>='
|
|
93
93
|
- !ruby/object:Gem::Version
|
|
94
94
|
version: '0'
|
|
95
|
-
description:
|
|
96
|
-
to it. \n The 0.1.0 should add basic code snippet functionality
|
|
97
|
-
within your app. To use Clipster,\n add clipster to your Gemfile,
|
|
98
|
-
bundle install, then add \n 'mount Clipster::Engine, :at => \"/clipster\"'
|
|
99
|
-
to your routes.rb file. You should now have \n clipster available
|
|
100
|
-
to you at /clipster"
|
|
95
|
+
description: Code clips before they were cool. See README for deployment information
|
|
101
96
|
email:
|
|
102
97
|
- kylewbock@gmail.com
|
|
103
98
|
executables: []
|
|
@@ -158,6 +153,8 @@ files:
|
|
|
158
153
|
- test/dummy/config/locales/en.yml
|
|
159
154
|
- test/dummy/config/routes.rb
|
|
160
155
|
- test/dummy/config.ru
|
|
156
|
+
- test/dummy/log/development.log
|
|
157
|
+
- test/dummy/log/test.log
|
|
161
158
|
- test/dummy/public/404.html
|
|
162
159
|
- test/dummy/public/422.html
|
|
163
160
|
- test/dummy/public/500.html
|
|
@@ -219,6 +216,8 @@ test_files:
|
|
|
219
216
|
- test/dummy/config/locales/en.yml
|
|
220
217
|
- test/dummy/config/routes.rb
|
|
221
218
|
- test/dummy/config.ru
|
|
219
|
+
- test/dummy/log/development.log
|
|
220
|
+
- test/dummy/log/test.log
|
|
222
221
|
- test/dummy/public/404.html
|
|
223
222
|
- test/dummy/public/422.html
|
|
224
223
|
- test/dummy/public/500.html
|