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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b8ef25c901c26bbb06c3ce2d238ece020214b27c
4
- data.tar.gz: ae18b728a17304346294d788c7bdde6e48ea34a7
3
+ metadata.gz: ff2b58bcec38186826ddf99e7c50518d34f4608d
4
+ data.tar.gz: 698282166b59e95e93662198a31111ee43b05ae7
5
5
  SHA512:
6
- metadata.gz: d99002326c74bdc70453a5a2b6ae5974327a619202cc82040b25dbd734d0f4ef237c93ffdf91128ff37b8b8d6af6dea4ae6bf5d7dd3f237779b9afeb820bd061
7
- data.tar.gz: b2f860bb0e1ebb3f7c0ba10650ebd0d0e0f23bafa46dc77091980c56d9513a3452e618ceee79b4febb751eed2283830dad3719090cff4f8b40bf51a79e7ec83e
6
+ metadata.gz: c13bf66ad572f28a1da7683871ef7ab44076b2d10ff9ea4fc17afcca0fb62e60341febd74d351bf58a2df2709fdba381f74492f630e99b60616650e37cf0b284
7
+ data.tar.gz: eb29b87519d6b42f07355e0c77be5deda817f5df83b7476942ff2dea82b41196be19b8902a1ace74aeee26fab95c71d2decb67c033e06d0146ab9546f55af078
@@ -1,5 +1,5 @@
1
1
  module Sequel
2
2
  module AttributeCallbacks
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
@@ -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.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-15 00:00:00.000000000 Z
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: []