RubyGems
npm
Organizations
Log in
Sign up
RubyGems
aa
Versions diffs
1.0 → 1.1
aa 1.0 → 1.1
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/lib/aa.rb
+1
-1
metadata
+2
-2
data/lib/aa.rb
CHANGED
@@ -13,7 +13,7 @@ class Aa
13
13
class The
14
14
def method_missing(name, *args, &block)
15
15
super if !args.empty? || block
16
-
A
.the(name)
16
+
Aa
.the(name)
17
17
end
18
18
end
19
19
end
metadata
CHANGED
@@ -4,8 +4,8 @@ version: !ruby/object:Gem::Version
4
4
prerelease: false
5
5
segments:
6
6
- 1
7
-
-
0
8
-
version: "1.
0
"
7
+
-
1
8
+
version: "1.
1
"
9
9
platform: ruby
10
10
authors:
11
11
- ujihisa