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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 148310e456e98182ff24114e871e89ebd2c50338
4
- data.tar.gz: 1e661ff1d9ccae22628624b9256b12ebe82a1b8b
3
+ metadata.gz: 6207a8a7b023f1062a2b9a7e8cfd6bc0ab5890ec
4
+ data.tar.gz: d3733f430d5c0eb72a65f7f2866f11577d4c7e58
5
5
  SHA512:
6
- metadata.gz: 0b73a5412fba2fa5580b61ea7e8929e16a1df55acb1de9a381959a1272ae5adfcb53959c233c0fb23f09a7a373c8946311751db891badc894d7cb6340dab8d73
7
- data.tar.gz: d4e0067aed266f7e49312eb307197076d0a4cd2dfe864ffa06c04ec82a4ec05f1bbdf3c4a6fa3cf50acfeecbd876be1334f1b79a641351d5da7ffeea7f0e5d86
6
+ metadata.gz: 79870dfe0d30d3769794dadabf4c7bb91d0d11575ca149212963ec14d63a06a4e26f2d97a683aa9cd7f85f69decf6934efc24e0bf51cc953f4012b9dc647340f
7
+ data.tar.gz: 72b2dac0746261f67254455cd777643949e402b653d5b33a6354ecffc32b48f14730c6a1d3dbdbd15ae4ac7dfed68789d30a73b55aea51fdd6af92bf97ccb7a8
data/CHANGELOG.rdoc CHANGED
@@ -1,5 +1,11 @@
1
1
  = BettyResource CHANGELOG
2
2
 
3
+ === 0.0.12 / 2013-10-01
4
+
5
+ * 1 adjustment:
6
+
7
+ * Add license info
8
+
3
9
  === 0.0.11 / 2013-09-26
4
10
 
5
11
  * 1 bugfix:
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.
@@ -17,6 +17,7 @@ Gem::Specification.new do |gem|
17
17
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
18
18
  gem.require_paths = ["lib"]
19
19
  gem.platform = Gem::Platform::RUBY
20
+ gem.license = "MIT"
20
21
 
21
22
  gem.add_dependency "httparty"
22
23
  gem.add_dependency "activesupport"
@@ -1,7 +1,7 @@
1
1
  module BettyResource
2
2
  MAJOR = 0
3
3
  MINOR = 0
4
- TINY = 11
4
+ TINY = 12
5
5
 
6
6
  VERSION = [MAJOR, MINOR, TINY].join(".")
7
7
  end
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.11
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-09-26 00:00:00.000000000 Z
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: []