payable 0.0.1 → 0.0.2

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/payable/version.rb +1 -1
  2. metadata +2 -2
@@ -1,3 +1,3 @@
1
1
  module Payable
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: payable
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Pablo Targa
@@ -45,7 +45,6 @@ extensions: []
45
45
  extra_rdoc_files: []
46
46
 
47
47
  files:
48
- - lib/payable.rb
49
48
  - app/assets/javascripts/payable/application.js
50
49
  - app/assets/stylesheets/payable/application.css
51
50
  - app/controllers/payable/application_controller.rb
@@ -60,6 +59,7 @@ files:
60
59
  - lib/model_extensions.rb
61
60
  - lib/payable/engine.rb
62
61
  - lib/payable/version.rb
62
+ - lib/payable.rb
63
63
  - lib/tasks/payable_tasks.rake
64
64
  - MIT-LICENSE
65
65
  - Rakefile