restpack_activity_service 0.0.9 → 0.0.10
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 +4 -4
- data/db/migrate/20130630145408_create_activity_table.rb +1 -1
- data/lib/restpack_activity_service.rb +0 -1
- data/lib/restpack_activity_service/models/activity.rb +2 -2
- data/lib/restpack_activity_service/tasks/db.rake +1 -1
- data/lib/restpack_activity_service/version.rb +1 -1
- metadata +1 -2
- data/lib/restpack_activity_service/models/base.rb +0 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c21c2223191cc1477b4843304085bd0b380e77fb
|
4
|
+
data.tar.gz: 4e2cf984b5d20f21b545a01c9c3126b33ec6de2c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9dbdf52da0c4c30647641c66bdc388c903afa8f8c558cf809a807188a83e899bb452978d6a5ba6992cbdec2ac61aec77f279f21a4afb20a0d9685cb8bcfc5ea5
|
7
|
+
data.tar.gz: c19e259f1a51650812725026b047bf140bedbefe2b130813b07bea7a88209b7acda34ee5531fe0ce696c1ca320653b1872c4821a16942a02267d6967c508f921
|
@@ -4,7 +4,6 @@ require "restpack_serializer"
|
|
4
4
|
|
5
5
|
require "restpack_activity_service/version"
|
6
6
|
require "restpack_activity_service/configuration"
|
7
|
-
require "restpack_activity_service/models/base"
|
8
7
|
require "restpack_activity_service/models/activity"
|
9
8
|
|
10
9
|
require "restpack_activity_service/serializers/activity_serializer"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: restpack_activity_service
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gavin Joyce
|
@@ -197,7 +197,6 @@ files:
|
|
197
197
|
- lib/restpack_activity_service/api/activity.rb
|
198
198
|
- lib/restpack_activity_service/configuration.rb
|
199
199
|
- lib/restpack_activity_service/models/activity.rb
|
200
|
-
- lib/restpack_activity_service/models/base.rb
|
201
200
|
- lib/restpack_activity_service/serializers/activity_serializer.rb
|
202
201
|
- lib/restpack_activity_service/services.rb
|
203
202
|
- lib/restpack_activity_service/services/activity/create.rb
|