rbhex 1.1.0.alpha2 → 1.1.0.alpha3

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. data/lib/rbhex/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 231e3f8ce9b5f08a34f2bbcf8ba47e56e1cba110
4
- data.tar.gz: 6e6e6083ad83d332916c76d99f51753641a2acca
3
+ metadata.gz: 7cc7626c0e761af280ba16a3e19be29d08295755
4
+ data.tar.gz: a15f1a122788387c2ff47b20d8742bdc1586eb1d
5
5
  SHA512:
6
- metadata.gz: f1e524d9e0b882cc0d929dc1064435ba487c832cd2388adb916e452524fc0b2d296c59cb22ce01d3a2ee76cace2db5d11550030bb57408e6e30e48caa72e3851
7
- data.tar.gz: cb24b53915b5bdf6879a8a8f6eafe8c306790c69ad911d0b12c13049048fb2e77b1f8daa0af5eac0b5f6e18bf70aff821edbfc5f81a97c9fcf55f057044d58e4
6
+ metadata.gz: 3cc4a70119c8625656c3a23ddd7712a15ceee6ce35441c34b2fdbf46d5f022533a828e3e16508d21d9edcd6fe7e84567b147bfd44a52904a79282871c97b540d
7
+ data.tar.gz: 386cf36cde976b1cf6c243e80f601dd4c70f5a7c8b45680fdc45d7e2e52f5a6f0d345aee8c91e1d7ac585de7ec0b831b58079cd10585d2dbbad97c1f1914cdaa
data/README.md CHANGED
@@ -32,3 +32,5 @@ Or install it yourself as:
32
32
 
33
33
  This project is a continuation/fork of [rkumar](https://github.com/rkumar)'s [rbcurse](https://github.com/rkumar/rbcurse-core).
34
34
  rbcurse is no longer maintained as of March 2014.
35
+
36
+ [1]: https://github.com/ChrisArcand/rbhex-core
data/lib/rbhex/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Rbhex
2
- VERSION = '1.1.0.alpha2'
2
+ VERSION = '1.1.0.alpha3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbhex
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0.alpha2
4
+ version: 1.1.0.alpha3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Arcand
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-02 00:00:00.000000000 Z
11
+ date: 2014-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 1.1.0.alpha2
47
+ version: 1.1.0.alpha3
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 1.1.0.alpha2
54
+ version: 1.1.0.alpha3
55
55
  description: rbhex is a toolkit for building ncurses applications for text terminals
56
56
  in Ruby. This is the meta-gem for rbhex.
57
57
  email: