rents 0.1.10 → 0.1.11

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: cc8848de85eaccc92488c14a825f549c01c86ca1
4
- data.tar.gz: e59b377ca75b5a274ddd023e1d7f296b440449fa
3
+ metadata.gz: fc66982b33b6896de1c0ada00b9c6fc4424fdd2d
4
+ data.tar.gz: 14b03265092a30798e55287a9612b94345d1afe5
5
5
  SHA512:
6
- metadata.gz: cb77f5d498e222d9387ed2d415594ef892efb0cf59922e0646e5daea2f119f07f3e96cf30cde9136b784b3d73e4ad2a99775552ab10da14ccd847d93217e2739
7
- data.tar.gz: 2f2b040b09342538305c0db502cb7f904783e68346615812270f97ef35a0fc7f3db01c73101fa9cc8e7697ed9e90422331f2f1d77aae1d07814949066b25e436
6
+ metadata.gz: 742ab0dde2c083aa268a11b8ae4ec4445c8accf4251800c518d9093b1a14a138d2c7b483c8dce4931d1b3206f046a38581709ffaee31349d9a3d2f7c26037eaa
7
+ data.tar.gz: d3d47cf27a9e15eb4c5125059da323bb38b081a711e4d19c873e34eed02d48a2ebaef3e1f1921b50d89925eb1764d6370d823b3c15c6c1bfdf41f19529456e1c
data/Gemfile CHANGED
@@ -1,4 +1,5 @@
1
1
  source 'https://rubygems.org'
2
+ #ruby=2.1.2@rentsgem
2
3
 
3
4
  # Specify your gem's dependencies in rents.gemspec
4
5
  gemspec
data/LICENSE.txt CHANGED
@@ -1,22 +1,23 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2014 Ton Frameworks
1
4
  Copyright (c) 2014 Ilton Garcia
2
5
 
3
- MIT License
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ of this software and associated documentation files (the "Software"), to deal
8
+ in the Software without restriction, including without limitation the rights
9
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ copies of the Software, and to permit persons to whom the Software is
11
+ furnished to do so, subject to the following conditions:
4
12
 
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
13
+ The above copyright notice and this permission notice shall be included in all
14
+ copies or substantial portions of the Software.
12
15
 
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
+ SOFTWARE.
15
23
 
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.