nearfine-catalogs 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/lib/catalog.rb +1 -0
  3. data/lib/doorkeeper.rb +0 -1
  4. metadata +2 -3
  5. data/LICENSE +0 -22
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 52bd1cf96292b95bb9305f1f2fc631fb792dce08
4
- data.tar.gz: a638cea799586d59cdf780ebab36054633daef57
3
+ metadata.gz: c4b985154418b7275a902e1babffbace41ea2ac3
4
+ data.tar.gz: 23438461803f77325afd5221b9444009cc9a00ff
5
5
  SHA512:
6
- metadata.gz: a5541fe290d1d458664d6c4f959ce5f034f6a1504518d3967b52872945f86ebfadbfffb59708ac721495c0635cc435eaede35401068dcc6dadb4429cf48d8128
7
- data.tar.gz: f3518c5da9407e31157b8c5426b481e4687e8816ee5ed271efc48f0427744899443d77ffb78e786ed862a0f4c946b05b43b56b0a829f12538b9cbfabee59564f
6
+ metadata.gz: db903095fb6abc38b3481a39edfec39837a270f08605f760bd309134bbb71272d09011ca2619c97053dda2077a7e677c6618396921b23c74eed1cecce5459500
7
+ data.tar.gz: a98668518a506c31e4899b4b3b4677b3589c163f4a3f2b93bd1acc10054fc790bb9a9004dbf557de7254a206e60ea2d4b4a16d5c9e1c2417a8a369796ec29868
data/lib/catalog.rb CHANGED
@@ -1,3 +1,4 @@
1
+ require 'forwardable'
1
2
  require 'virtus'
2
3
  require 'doorkeeper'
3
4
  require 'marketplace'
data/lib/doorkeeper.rb CHANGED
@@ -1,4 +1,3 @@
1
- require 'forwardable'
2
1
  require 'json'
3
2
  require 'excon'
4
3
  require 'signature'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nearfine-catalogs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paper Cavalier
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-21 00:00:00.000000000 Z
11
+ date: 2014-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: excon
@@ -86,7 +86,6 @@ executables: []
86
86
  extensions: []
87
87
  extra_rdoc_files: []
88
88
  files:
89
- - LICENSE
90
89
  - lib/catalog.rb
91
90
  - lib/doorkeeper.rb
92
91
  - lib/marketplace.rb
data/LICENSE DELETED
@@ -1,22 +0,0 @@
1
- (The MIT License)
2
-
3
- Copyright (c) 2014 Hakan Ensari
4
-
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:
12
-
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
15
-
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 NONINFRINGEMENT.
19
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
20
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
21
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
22
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.