rbhex 1.1.0.alpha1 → 1.1.0.alpha2
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.
- checksums.yaml +4 -4
- data/lib/rbhex/version.rb +1 -1
- data/rbhex.gemspec +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 231e3f8ce9b5f08a34f2bbcf8ba47e56e1cba110
|
|
4
|
+
data.tar.gz: 6e6e6083ad83d332916c76d99f51753641a2acca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f1e524d9e0b882cc0d929dc1064435ba487c832cd2388adb916e452524fc0b2d296c59cb22ce01d3a2ee76cace2db5d11550030bb57408e6e30e48caa72e3851
|
|
7
|
+
data.tar.gz: cb24b53915b5bdf6879a8a8f6eafe8c306790c69ad911d0b12c13049048fb2e77b1f8daa0af5eac0b5f6e18bf70aff821edbfc5f81a97c9fcf55f057044d58e4
|
data/lib/rbhex/version.rb
CHANGED
data/rbhex.gemspec
CHANGED
|
@@ -23,9 +23,9 @@ Gem::Specification.new do |spec|
|
|
|
23
23
|
|
|
24
24
|
%w[core].each do |name|
|
|
25
25
|
if Rbhex::VERSION =~ /[a-zA-Z]+/
|
|
26
|
-
spec.add_runtime_dependency "
|
|
26
|
+
spec.add_runtime_dependency "rbhex-#{name}", "= #{Rbhex::VERSION}"
|
|
27
27
|
else
|
|
28
|
-
spec.add_runtime_dependency "
|
|
28
|
+
spec.add_runtime_dependency "rbhex-#{name}", "~> #{Rbhex::VERSION.split('.')[0..1].concat(['0']).join('.')}"
|
|
29
29
|
end
|
|
30
30
|
end
|
|
31
31
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rbhex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.0.
|
|
4
|
+
version: 1.1.0.alpha2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Arcand
|
|
@@ -39,19 +39,19 @@ dependencies:
|
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '10.3'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
|
-
name:
|
|
42
|
+
name: rbhex-core
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 1.1.0.
|
|
47
|
+
version: 1.1.0.alpha2
|
|
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.
|
|
54
|
+
version: 1.1.0.alpha2
|
|
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:
|