perimeter-activerecord 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 05e06ddd336864e4242fcde8f46e7d726d64a945
|
4
|
+
data.tar.gz: 035d15d194ff0655e546cc8b1f210e5f72217b6a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a36387aaedd603cc6108fb26d76f271ad2703c25b380c41a250626ca4d28e19487f8afb622fc7a8bfc8fa9b4988f51773800b702c7986040aff77ae122f8e45
|
7
|
+
data.tar.gz: 9a06b496d29e0b0ef83c50ea653f257fb1104429b9cdc544c83bf155d67e2434a120e10ffe6ad96a71336e40c4020f61351d021a6f40cb213b993ae44547f83c
|
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |spec|
|
5
5
|
spec.name = 'perimeter-activerecord'
|
6
|
-
spec.version = '0.0.
|
6
|
+
spec.version = '0.0.2'
|
7
7
|
spec.authors = %w{ Bukowskis }
|
8
8
|
spec.description = %q{Repository/Entity pattern conventions. This is an adapter for ActiveRecord.}
|
9
9
|
spec.summary = %q{Repository/Entity pattern conventions. This is an adapter for ActiveRecord.}
|