sequel-attribute_callbacks 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.
- checksums.yaml +4 -4
- data/lib/sequel-attribute_callbacks/version.rb +1 -1
- data/sequel-attribute_callbacks.gemspec +1 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff2b58bcec38186826ddf99e7c50518d34f4608d
|
|
4
|
+
data.tar.gz: 698282166b59e95e93662198a31111ee43b05ae7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c13bf66ad572f28a1da7683871ef7ab44076b2d10ff9ea4fc17afcca0fb62e60341febd74d351bf58a2df2709fdba381f74492f630e99b60616650e37cf0b284
|
|
7
|
+
data.tar.gz: eb29b87519d6b42f07355e0c77be5deda817f5df83b7476942ff2dea82b41196be19b8902a1ace74aeee26fab95c71d2decb67c033e06d0146ab9546f55af078
|
|
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
|
|
|
11
11
|
gem.description = %q{Model plugin making it easy to define callbacks on modification of specific attributes in the database}
|
|
12
12
|
gem.summary = %q{Attribute modification callbacks}
|
|
13
13
|
gem.homepage = "https://github.com/dividedmind/sequel-attribute_callbacks"
|
|
14
|
+
gem.license = 'MIT'
|
|
14
15
|
|
|
15
16
|
gem.files = `git ls-files`.split($/)
|
|
16
17
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sequel-attribute_callbacks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rafał Rzepecki
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-07-
|
|
11
|
+
date: 2013-07-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sequel
|
|
@@ -87,7 +87,8 @@ files:
|
|
|
87
87
|
- spec/callbacks_spec.rb
|
|
88
88
|
- spec/spec_helper.rb
|
|
89
89
|
homepage: https://github.com/dividedmind/sequel-attribute_callbacks
|
|
90
|
-
licenses:
|
|
90
|
+
licenses:
|
|
91
|
+
- MIT
|
|
91
92
|
metadata: {}
|
|
92
93
|
post_install_message:
|
|
93
94
|
rdoc_options: []
|