leon 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/string-buffer.rb +0 -1
  3. metadata +8 -10
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 09190913d79621df63948f902d65aca5f8d13e3f
4
+ data.tar.gz: c3a17075d68bd15dca1c55c5205df75db1f977f5
5
+ SHA512:
6
+ metadata.gz: 59ab7f117bee96787579fc9cd432142ded094f3bae7bdf037f68f59ba8826065e8c07dfabedb57bfab8a3d494264d89f4819baa69cf3c1d29ee4082bb558982a
7
+ data.tar.gz: 06c47c6c116e853180662b6b8fec1dcb41f58a2744cac6887c06b67f614c872dd0a6b3ddf4495d5865c65374a13613c9212b9f5dc36c2970d52760a0fa7f80a7
data/lib/string-buffer.rb CHANGED
@@ -1,5 +1,4 @@
1
1
  require 'constants'
2
- require 'pry'
3
2
 
4
3
  module LEON
5
4
  class StringBuffer
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leon
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
5
- prerelease:
4
+ version: 1.0.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Raymond Pulver IV
@@ -19,34 +18,33 @@ extensions: []
19
18
  extra_rdoc_files: []
20
19
  files:
21
20
  - lib/buffer-iterator.rb
22
- - lib/io.rb
23
- - lib/string-buffer.rb
24
21
  - lib/constants.rb
22
+ - lib/io.rb
25
23
  - lib/leon.rb
24
+ - lib/string-buffer.rb
26
25
  - lib/types.rb
27
26
  homepage: http://github.com/raypulver/ruby-leon
28
27
  licenses:
29
28
  - MIT
29
+ metadata: {}
30
30
  post_install_message:
31
31
  rdoc_options: []
32
32
  require_paths:
33
33
  - lib
34
34
  required_ruby_version: !ruby/object:Gem::Requirement
35
- none: false
36
35
  requirements:
37
- - - ! '>='
36
+ - - ">="
38
37
  - !ruby/object:Gem::Version
39
38
  version: '0'
40
39
  required_rubygems_version: !ruby/object:Gem::Requirement
41
- none: false
42
40
  requirements:
43
- - - ! '>='
41
+ - - ">="
44
42
  - !ruby/object:Gem::Version
45
43
  version: '0'
46
44
  requirements: []
47
45
  rubyforge_project:
48
- rubygems_version: 1.8.23
46
+ rubygems_version: 2.4.7
49
47
  signing_key:
50
- specification_version: 3
48
+ specification_version: 4
51
49
  summary: LEON serialization for Ruby.
52
50
  test_files: []