discuss 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.
- checksums.yaml +8 -8
- data/README.md +1 -0
- data/lib/discuss/version.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/migrate/20130515063540_setup_discuss.discuss.rb +23 -0
- data/test/dummy/db/schema.rb +20 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +32 -0
- data/test/dummy/log/test.log +2937 -0
- metadata +4 -3
metadata
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: discuss
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elle Meredith
|
|
8
8
|
- Garrett Heinlen
|
|
9
|
-
- Nick Sutterer
|
|
10
9
|
autorequire:
|
|
11
10
|
bindir: bin
|
|
12
11
|
cert_chain: []
|
|
@@ -200,6 +199,7 @@ files:
|
|
|
200
199
|
- test/dummy/config.ru
|
|
201
200
|
- test/dummy/db/development.sqlite3
|
|
202
201
|
- test/dummy/db/migrate/20130428235128_create_users.rb
|
|
202
|
+
- test/dummy/db/migrate/20130515063540_setup_discuss.discuss.rb
|
|
203
203
|
- test/dummy/db/schema.rb
|
|
204
204
|
- test/dummy/db/test.sqlite3
|
|
205
205
|
- test/dummy/log/development.log
|
|
@@ -280,7 +280,7 @@ files:
|
|
|
280
280
|
- test/unit/discuss/recipient_test.rb
|
|
281
281
|
- test/unit/discuss/sender_test.rb
|
|
282
282
|
- test/unit/helpers/discuss/messages_helper_test.rb
|
|
283
|
-
homepage: http://
|
|
283
|
+
homepage: http://github.com/elle/discuss
|
|
284
284
|
licenses: []
|
|
285
285
|
metadata: {}
|
|
286
286
|
post_install_message:
|
|
@@ -340,6 +340,7 @@ test_files:
|
|
|
340
340
|
- test/dummy/config.ru
|
|
341
341
|
- test/dummy/db/development.sqlite3
|
|
342
342
|
- test/dummy/db/migrate/20130428235128_create_users.rb
|
|
343
|
+
- test/dummy/db/migrate/20130515063540_setup_discuss.discuss.rb
|
|
343
344
|
- test/dummy/db/schema.rb
|
|
344
345
|
- test/dummy/db/test.sqlite3
|
|
345
346
|
- test/dummy/log/development.log
|