aa 1.0 → 1.1

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.
Files changed (2) hide show
  1. data/lib/aa.rb +1 -1
  2. 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