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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/method_annotation/version.rb +1 -1
- data/method_annotation.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ab0751c5464114f89088bd4854a538b6c2fb615a
|
|
4
|
+
data.tar.gz: 8a377a98bd1e6a7d3c61f77805032be48cf0e33f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: de428bb75110a541fa8f9487be4728898bbaa294ffa6c702a8cdf8d25a8ea4b91476019db31dde5d8fb59d8e66afe926b2bf8b51d8afd10eadaa3d391e0f57c6
|
|
7
|
+
data.tar.gz: 03d149f8a4c2f05f22e49dd8656c746b754b7a1b691ddfc005f57857707ab0dce500ab7aafa39d4c19918502e801bb208599580dbdb44b809ef18a5fac5c2c80
|
data/Gemfile.lock
CHANGED
data/method_annotation.gemspec
CHANGED
|
@@ -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/
|
|
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.
|
|
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-
|
|
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/
|
|
95
|
+
homepage: https://github.com/masatoshi-watanuki/method_annotation
|
|
96
96
|
licenses:
|
|
97
97
|
- MIT
|
|
98
98
|
metadata: {}
|