komachi_concerned_with 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@ module KomachiConcernedWith
6
6
  extend ActiveSupport::Concern
7
7
 
8
8
  module ClassMethods
9
- def concerned_with(*concernes)
9
+ def concerned_with(*concerns)
10
10
  concerns.each do |concern|
11
11
  require_dependency "#{name.underscore}/#{concern}"
12
12
  include concern.constantize
@@ -1,3 +1,3 @@
1
1
  module KomachiConcernedWith
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: komachi_concerned_with
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Takumi MIURA
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2013-03-12 00:00:00 +09:00
13
+ date: 2013-03-13 00:00:00 +09:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -68,7 +68,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- hash: -2954448426073246445
71
+ hash: -1807303017578142876
72
72
  segments:
73
73
  - 0
74
74
  version: "0"
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  requirements:
78
78
  - - ">="
79
79
  - !ruby/object:Gem::Version
80
- hash: -2954448426073246445
80
+ hash: -1807303017578142876
81
81
  segments:
82
82
  - 0
83
83
  version: "0"