method_annotation 0.3.2 → 0.3.3

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: 7919e9b3701659d77b3f905b771e63404748a1cc
4
- data.tar.gz: aa5453960b263ea02826fd550de19f4221c44c74
3
+ metadata.gz: ab0751c5464114f89088bd4854a538b6c2fb615a
4
+ data.tar.gz: 8a377a98bd1e6a7d3c61f77805032be48cf0e33f
5
5
  SHA512:
6
- metadata.gz: e70ada2049bee8409b54073857b69e3d8e10089f8e471384f7f376518650d04cd080ba290e3b1aa69d441dc93091b79b48b9ea15e940638b98f06c7aad128e2e
7
- data.tar.gz: f0c668d89fb60e1a052a04325fb968386b7e24503a6a0e9f772b9aeffebb857fe8f3fecab71056741ac86249b3219d9112c79ec52599680c0209e82b016649ab
6
+ metadata.gz: de428bb75110a541fa8f9487be4728898bbaa294ffa6c702a8cdf8d25a8ea4b91476019db31dde5d8fb59d8e66afe926b2bf8b51d8afd10eadaa3d391e0f57c6
7
+ data.tar.gz: 03d149f8a4c2f05f22e49dd8656c746b754b7a1b691ddfc005f57857707ab0dce500ab7aafa39d4c19918502e801bb208599580dbdb44b809ef18a5fac5c2c80
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- method_annotation (0.3.2)
4
+ method_annotation (0.3.3)
5
5
  activesupport (~> 4.2.3)
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  module MethodAnnotation
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
14
  MethodAnnotation You can define the annotation function method.
15
15
  Note translation function can also be added simply tagged to only cross-processing from applications.
16
16
  EOS
17
- spec.homepage = "https://github.com/masatoshi-watanuki/gems/tree/master/method_annotation"
17
+ spec.homepage = "https://github.com/masatoshi-watanuki/method_annotation"
18
18
 
19
19
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
20
20
  spec.bindir = "exe"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: method_annotation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - masatoshi-watanuki
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-12-18 00:00:00.000000000 Z
11
+ date: 2015-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -92,7 +92,7 @@ files:
92
92
  - lib/method_annotation/version.rb
93
93
  - lib/method_annotation/will_implemented.rb
94
94
  - method_annotation.gemspec
95
- homepage: https://github.com/masatoshi-watanuki/gems/tree/master/method_annotation
95
+ homepage: https://github.com/masatoshi-watanuki/method_annotation
96
96
  licenses:
97
97
  - MIT
98
98
  metadata: {}