betty_resource 0.0.11 → 0.0.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.rdoc +6 -0
- data/LICENSE +20 -0
- data/betty_resource.gemspec +1 -0
- data/lib/betty_resource/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6207a8a7b023f1062a2b9a7e8cfd6bc0ab5890ec
|
4
|
+
data.tar.gz: d3733f430d5c0eb72a65f7f2866f11577d4c7e58
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79870dfe0d30d3769794dadabf4c7bb91d0d11575ca149212963ec14d63a06a4e26f2d97a683aa9cd7f85f69decf6934efc24e0bf51cc953f4012b9dc647340f
|
7
|
+
data.tar.gz: 72b2dac0746261f67254455cd777643949e402b653d5b33a6354ecffc32b48f14730c6a1d3dbdbd15ae4ac7dfed68789d30a73b55aea51fdd6af92bf97ccb7a8
|
data/CHANGELOG.rdoc
CHANGED
data/LICENSE
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2013 BettyBlocks BV.
|
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/betty_resource.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: betty_resource
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chiel Wester
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2013-
|
14
|
+
date: 2013-10-01 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: httparty
|
@@ -110,6 +110,7 @@ files:
|
|
110
110
|
- .gitignore
|
111
111
|
- CHANGELOG.rdoc
|
112
112
|
- Gemfile
|
113
|
+
- LICENSE
|
113
114
|
- README.md
|
114
115
|
- Rakefile
|
115
116
|
- betty_resource.gemspec
|
@@ -128,7 +129,8 @@ files:
|
|
128
129
|
- test/unit/test_configuration.rb
|
129
130
|
- test/unit/test_model.rb
|
130
131
|
homepage: https://github.com/bettyblocks/betty_resource
|
131
|
-
licenses:
|
132
|
+
licenses:
|
133
|
+
- MIT
|
132
134
|
metadata: {}
|
133
135
|
post_install_message:
|
134
136
|
rdoc_options: []
|