cbor-diag 0.1.0 → 0.1.1

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: d8b59a16fdc02930ae1aaaa5a00c3c2ac17b586a
4
- data.tar.gz: d7c8dce2feb9d8a96b1499a9cac1e0ec8d81f6b0
3
+ metadata.gz: e148e6078b9f0f62dd7fdd386d2e41f714a56624
4
+ data.tar.gz: c2fc4d246b462b3e31ad572b689d061116990f83
5
5
  SHA512:
6
- metadata.gz: e38effbdce753d758d129faa22e849ee87bd9c01cf57c049d241b52d78fff7b26fcf30991309c76c9442284024528052ccc867ad360f72e3635d15a807822ed7
7
- data.tar.gz: 1f2e45b854a2f20d10ad2d5b4e6e072c359ec642fd06a5cae62733801c97c4893c5c731149dd1b50b7f96790ab4508e45f59e4dbba38fb2ffdd88eaa0b58dd39
6
+ metadata.gz: 9b7d7dacb19924cc68c508bb942129539d61e90717987138c64f685ad00e5e58c060eaaa43d1705e6d69d2a42016c8ad509847980d50cbea41d877bd73852f11
7
+ data.tar.gz: 402d23c1e972bba0762e5b40881b8b72c7aadc38494a9bb2936b83f65c4aa59523a3782f2cd0979c796984850e5687f3ea1e173188d622a936f869e258c89954
data/cbor-diag.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "cbor-diag"
3
- s.version = "0.1.0"
3
+ s.version = "0.1.1"
4
4
  s.summary = "CBOR (Concise Binary Object Representation) diagnostic notation"
5
5
  s.description = %q{cbor-diag implements diagnostic notation for CBOR, RFC 7049}
6
6
  s.author = "Carsten Bormann"
@@ -1,6 +1,6 @@
1
1
  # This should work with the C-ext cbor-ruby as well as with our cbor-pure
2
2
  unless defined?(CBOR)
3
- require_relative 'cbor-pure'
3
+ require 'cbor-pure'
4
4
  end
5
5
 
6
6
  class Object
data/lib/cbor-pretty.rb CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # This should work with the C-ext cbor-ruby as well as with our cbor-pure
4
4
  unless defined?(CBOR)
5
- require_relative 'cbor-pure'
5
+ require 'cbor-pure'
6
6
  end
7
7
 
8
8
  class String
data/lib/cbor-pure.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
- require_relative "half.rb"
3
+ require "half.rb"
4
4
 
5
5
 
6
6
  class CBOR
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cbor-diag
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
  - Carsten Bormann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-25 00:00:00.000000000 Z
11
+ date: 2015-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -100,9 +100,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
100
  version: '0'
101
101
  requirements: []
102
102
  rubyforge_project:
103
- rubygems_version: 2.4.5
103
+ rubygems_version: 2.4.6
104
104
  signing_key:
105
105
  specification_version: 4
106
106
  summary: CBOR (Concise Binary Object Representation) diagnostic notation
107
107
  test_files: []
108
- has_rdoc: false