pagseguro_client 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 97755bfc5810ac202096c420310718ab9c3f3074
4
- data.tar.gz: e21023759c03ca1f0f3cc4263f44ecc16c898d5e
3
+ metadata.gz: cc60af338018b93eb05e63df9466f291883cbeb7
4
+ data.tar.gz: 899206ad06e4506a2e66834d2016935f8be001fe
5
5
  SHA512:
6
- metadata.gz: 253b5020c98a015e58cfd84b592b4245cb64c466a573c15d7a4409d17866a5500ba239b98de160a70b0619ef6f8bbf9a3f4db6a476d42b7f34bcf8780d2e3543
7
- data.tar.gz: d1270f495014d97b5888e8ac1be0fcd09f84041d64ed5159c5bac8a35e50980c777ae6c919e72be646d967ef25e71d764270d93c866a86858cbcf910475b9b74
6
+ metadata.gz: b99d3faa8859542d64aab82639c4ac77b517bacc206de6756ddd95e763e9a3baae4576187f7d10ec3d38af2a2b22a3452910bbc82de87f331f664adb37ee56b4
7
+ data.tar.gz: 0dfdb7a8eced5b1ff26dbd09e562d686165dcbe9ab95e0fd6eed5fcd15fb9302f8d70755c3d028609ab02790f0630cadab0a39184b4a69f5cf18e11a388ee59d
data/LICENSE.txt ADDED
@@ -0,0 +1,20 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2013 Matheus Tardivo
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.markdown CHANGED
@@ -149,25 +149,6 @@ O objeto `transaction` possui os seguintes métodos:
149
149
  * André Kupkovski (<http://kupkovski.github.com>)
150
150
  * Heitor Salazar Baldelli (<http://www.woollu.com>)
151
151
 
152
- ## Licença:
153
-
154
- (The MIT License)
155
-
156
- Permission is hereby granted, free of charge, to any person obtaining
157
- a copy of this software and associated documentation files (the
158
- 'Software'), to deal in the Software without restriction, including
159
- without limitation the rights to use, copy, modify, merge, publish,
160
- distribute, sublicense, and/or sell copies of the Software, and to
161
- permit persons to whom the Software is furnished to do so, subject to
162
- the following conditions:
163
-
164
- The above copyright notice and this permission notice shall be
165
- included in all copies or substantial portions of the Software.
166
-
167
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
168
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
169
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
170
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
171
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
172
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
173
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
152
+ ## Licença (MIT):
153
+
154
+ [Mais informações no arquivo LICENSE.txt](LICENSE.txt)
@@ -1,3 +1,3 @@
1
1
  module PagseguroClient
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.homepage = "https://github.com/matheustardivo/pagseguro_client"
11
11
  s.summary = %q{The library to access the new services from Pagseguro (v2)}
12
12
  s.description = s.summary
13
+ s.license = "MIT"
13
14
 
14
15
  s.rubyforge_project = "pagseguro_client"
15
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pagseguro_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matheus Tardivo
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-10-03 00:00:00.000000000 Z
14
+ date: 2013-10-04 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler
@@ -125,6 +125,7 @@ files:
125
125
  - .rspec
126
126
  - .travis.yml
127
127
  - Gemfile
128
+ - LICENSE.txt
128
129
  - README.markdown
129
130
  - Rakefile
130
131
  - lib/pagseguro_client.rb
@@ -148,7 +149,8 @@ files:
148
149
  - spec/support/notification.xml
149
150
  - templates/config.yml
150
151
  homepage: https://github.com/matheustardivo/pagseguro_client
151
- licenses: []
152
+ licenses:
153
+ - MIT
152
154
  metadata: {}
153
155
  post_install_message:
154
156
  rdoc_options: []