jsplain 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MDFiMjVjNmYyOTc5MDk2MmFlNTAxNjdlYTU5YzE5OGJjMTFhODhkNQ==
4
+ MmI5OGIzYWY1N2NhZWVlNDFkNmUyYzU4OTEwNGEwOTI3MzRhYjk0NQ==
5
5
  data.tar.gz: !binary |-
6
- YzZlZTc4OGM0YzQzNTRjYTlkMDBmYzNiNmExYzQ1ZmZjNmNjM2MyZA==
6
+ OWU1Y2ZkNTViY2FhOWUwMmRjODRkODgxOWFhYzI2MzhhYTQzOGE5Mg==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- MjliYTdiMmQ0NzVmNTAwZTcxYjcyNGFkMTZkODFiOTkyZmQzMjY1NGJjMzIy
10
- NTcxOTk3YTcxODlmMTRhMTVkNTMwNmNkNGVkMzAyNzdmZTYyZDQwZDFjNDAy
11
- NDM5YWYwYTU4ZmU3YTc4Yjg3ZTBjZTBhNTU2N2IzZGM0OWUzZTQ=
9
+ YjRjZjg5ZGMxYzhlOGZkMDRhNmE1OThiNjljMzA2ZDIyMmUzNWI5NTViZTZl
10
+ MzY4YWY2ODQyNTMzNmQ2MTcyMjk1NzliODIzZTc1N2ExMjk3NGIwZDBjZTZj
11
+ ODgzODNjNmJkZDQ2ZjIxODRmZDE5YmRiZTI4Yzk3NmNmNjA5YmY=
12
12
  data.tar.gz: !binary |-
13
- MWI3ODk2N2IwMDRhZTMzYjZmNjc3ODNlYzZiM2NjNTU1ZTg2OTMxNDA5MGMy
14
- ZjVjNzc1Mzg5OWNlNjQ2N2E4ZGM1NDc4N2E2ZmJmYWI3ZmRiNmIwZjExMzY4
15
- YmUzYzEwMmMzYzlmNjE2YjY3YzQ5ZmM0ZmZjY2IxNDJhYTMxMTY=
13
+ ZTRjMWE4YzA4NGM0MGEwYTRhYzQzZDI4ZWVkMTRkYzFhMDZhYzg2ZTUzMWUz
14
+ YmFiNmNmY2Q4YTY1NjlhMjczMzg5YzY2MDliNDYyM2ZiMWZhNTU2NWE2YjZm
15
+ YzI2ODZjYTk5YWE0MjZlZjcxMTMxOGRiYzI2MTU2MzRlNzFjNzM=
data/bin/jsplain CHANGED
@@ -5,6 +5,6 @@ require 'jsplain'
5
5
  if ARGV.any? && ARGV.first !~ /-?-h(elp)?/
6
6
  jsplain ARGV.first
7
7
  else
8
- puts "#{$0} [path | url]"
8
+ puts "#{File.basename($0)} [path | url]"
9
9
  exit 0
10
10
  end
data/jsplain.gemspec CHANGED
@@ -11,6 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.summary = %q{Ruby-ism to explain a complex JSON structure without diving in too deeply.
12
12
  Simply call it against any object and it will dive through it.}
13
13
  spec.homepage = "https://github.com/dacamp/jsplain"
14
+ spec.license = 'MIT'
14
15
 
15
16
  spec.files = `git ls-files`.split($/)
16
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module Jsplain
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsplain
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Campbell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-21 00:00:00.000000000 Z
11
+ date: 2013-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -57,7 +57,8 @@ files:
57
57
  - lib/jsplain/object.rb
58
58
  - lib/jsplain/version.rb
59
59
  homepage: https://github.com/dacamp/jsplain
60
- licenses: []
60
+ licenses:
61
+ - MIT
61
62
  metadata: {}
62
63
  post_install_message:
63
64
  rdoc_options: []