jsonpathv2 0.0.3 → 0.0.4

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: c336b26ab3c6cecd5165c8df3207a270658e6e93
4
- data.tar.gz: 8c79ea9bd67cc9b25d609a09c0189dcf322e908d
3
+ metadata.gz: 5abbe9585714cf9b4f12647ff382407d5bc52388
4
+ data.tar.gz: 8ca1216c2d207a298674bae01e92fa73d21f808b
5
5
  SHA512:
6
- metadata.gz: 9008ffc5936fe1b4eb44d7467c5c3096e35cffe78ff5ccc1882ec28991c8fe29ae2bd028458c773fafe8d8c16821910d4a9eb9125da3e0bb5c467c2f53b84cf9
7
- data.tar.gz: d0ba5259390fa7475f1266ced6d4219ca0f42d73f59cb677f95f5a9ea883c2858c98a15c6ef55c4cc449a7bed34cf43c50c467d5a9f03061a9dbbf8ed88f6407
6
+ metadata.gz: 78d0fe10e50dadec0663a2a090a9e5ddcb5b3136766a4312f685bd08e8dc063604a6cf2a9ac48e34f677da945717b470528338f5b8b2366941509f8b87698b4a
7
+ data.tar.gz: 5ba2e82985be58bc75aab48b2644feea401d4afddeae1704081772db2307e0fea6b54a32c9b7d1c22300f67083c3a6dec76d6aaa247e9966f524075063c62c75
data/.travis.yml CHANGED
@@ -1,10 +1,4 @@
1
- before_install:
2
- - gem update --system 2.3.0
3
1
  rvm:
4
- # Disabling 1.9.3 build for now, until the issue with the
5
- # native json gem is fixed.
6
- # - 1.9.3
7
- - 2.0.0
8
2
  - 2.1.6
9
3
  - 2.3.1
10
4
  - jruby
data/LICENSE.md ADDED
@@ -0,0 +1,22 @@
1
+
2
+ The MIT License (MIT)
3
+
4
+ Copyright (c) 2016 Gergely Brautigam & Original JsonPath by Joshua Lin
5
+
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:
12
+
13
+ The above copyright notice and this permission notice shall be included in all
14
+ copies or substantial portions of the Software.
15
+
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.
@@ -1,3 +1,3 @@
1
1
  class JsonPath
2
- VERSION = '0.0.3'.freeze
2
+ VERSION = '0.0.4'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsonpathv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gergely Brautigam
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-22 00:00:00.000000000 Z
11
+ date: 2016-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -105,6 +105,7 @@ files:
105
105
  - ".rspec"
106
106
  - ".travis.yml"
107
107
  - Gemfile
108
+ - LICENSE.md
108
109
  - README.md
109
110
  - ROADMAP.md
110
111
  - Rakefile