globber 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/globber/version.rb +1 -1
  3. metadata +5 -6
  4. data/MIT-LICENSE +0 -20
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 47e3d35cb668cfe8860aa27fab5964f148b0b3f8
4
- data.tar.gz: c89b38934be807b831c4d3673ae637e0f9db1a3c
3
+ metadata.gz: 4f78253c53693656f25d3ccb83a4c5818933c8d0
4
+ data.tar.gz: 902241e3c2233db5fa5260f025c5e71514f0d17f
5
5
  SHA512:
6
- metadata.gz: fad1a2fa5a752ad9ba83df14c56be1bb8f6e3fec66dd5f888f3dbc863a47ba428e6b7a99108fe6d3a2331afeaf46db61c09710706fd3a93f768a7283a6367422
7
- data.tar.gz: 2fa857e6af93c149e0a3129f596aded1b49416eeecad074412ab48e7a61aee94f633985369ab329728ff53932d302385fe871dc424b27ef94d0bd1503f273e0c
6
+ metadata.gz: 0e3e603eb785ed8eecce59db35e23648460712998cb1ac8e8e06987be8dcbb46bec9aaecbf70107c9f9a22f48c0c7ceb2826a23378fee63d2e55d1eb0455c846
7
+ data.tar.gz: 80564e1cc0a2291501be3ab8b170ea535a9bef4295053e726c35b5445e421d167ca76cdb709b7f502016402f9c0d4b33ef08a05920beaef040a93402ef4a574c
@@ -1,3 +1,3 @@
1
1
  module Globber
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: globber
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jake Peterson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-08 00:00:00.000000000 Z
11
+ date: 2016-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -59,7 +59,6 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
- - MIT-LICENSE
63
62
  - Rakefile
64
63
  - app/assets/javascripts/globber/application.js
65
64
  - app/assets/stylesheets/globber/application.css
@@ -79,7 +78,7 @@ files:
79
78
  - lib/globber/engine.rb
80
79
  - lib/globber/version.rb
81
80
  - lib/tasks/globber_tasks.rake
82
- homepage: https://github.com/jakenberg
81
+ homepage: https://github.com/jakenberg/globber
83
82
  licenses:
84
83
  - MIT
85
84
  metadata: {}
@@ -99,8 +98,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
99
98
  version: '0'
100
99
  requirements: []
101
100
  rubyforge_project:
102
- rubygems_version: 2.4.8
101
+ rubygems_version: 2.5.1
103
102
  signing_key:
104
103
  specification_version: 4
105
- summary: Utilize the ruby on rails environment backed by any api server!
104
+ summary: Utilize the ruby on rails environment backed by any remote API!
106
105
  test_files: []
@@ -1,20 +0,0 @@
1
- Copyright 2015 Jake Peterson
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.