mcc-ruby 0.1.0 → 1.0.0

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.
data/lib/mcc-ruby.rb CHANGED
@@ -1 +1,2 @@
1
- require 'mcc-ruby/mcc'
1
+ require 'mcc-ruby/mcc'
2
+ require 'mcc-ruby/mcc_code'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mcc-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Caleb Matthiesen
@@ -10,7 +10,7 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2019-10-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: A simple Merchant Category Code (MCC) interface.
13
+ description: A simple Merchant Category Code (MCC) interface for your Ruby app.
14
14
  email: c@calebkm.com
15
15
  executables: []
16
16
  extensions: []
@@ -18,6 +18,7 @@ extra_rdoc_files: []
18
18
  files:
19
19
  - lib/mcc-ruby.rb
20
20
  - lib/mcc-ruby/mcc.rb
21
+ - lib/mcc-ruby/mcc_code.rb
21
22
  - lib/mcc-ruby/mcc_codes.yaml
22
23
  homepage: https://github.com/calebkm/mcc-ruby
23
24
  licenses: