pag_seguro 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/lib/pag_seguro.rb CHANGED
@@ -1,4 +1,4 @@
1
- $: << "lib/pag_seguro"
1
+ $: << File.expand_path(File.dirname(__FILE__) + "/../lib/pag_seguro")
2
2
 
3
3
  # Third party gems
4
4
  require "active_model"
@@ -1,3 +1,3 @@
1
1
  module PagSeguro
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: pag_seguro
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Stefano Diem Benatti