bubblezone 0.1.1-aarch64-linux-gnu → 0.1.2-aarch64-linux-gnu

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 51937745b06c6f4066545c2441d6e365f710528a4cb8a7424e1c10ec1c4adf1f
4
- data.tar.gz: da56357948269ac3871c8a7a9e9c11d57eb714e15d2117349cc31e0ee6a196d1
3
+ metadata.gz: 0140312fe197755c9ca76ea3b1706ea8df7340ddbcbe8d12a1077476fc8dd6cb
4
+ data.tar.gz: 44be67d5d8ca8f6825b7a433d76c54332dfe76c4530e89893bd482cbdb5d593f
5
5
  SHA512:
6
- metadata.gz: d15af6e8cd928145b35b4bb1e7756f2636886950db4b1bc63e63b9f71c493fbb7847928d6fed6f1b5efb123ffe3d3974b57d6e921fcada0d8deaa59c9ebeda01
7
- data.tar.gz: 4760ab747f63c5d57c378d46f14fab3af7fc08d107a9ab1a8219e633c4286a905a291db57324bf5886c6af90cd185d3ffc60245bfa46f41238834b45a1511269
6
+ metadata.gz: 50a15e931db837e49f1bbbb0c8d3bb433b83800a4667cc19e8523c72a551688c0a11b5c68a8294d968528b8d038c8f55ed5d92503127afa1aa97a02a6501afc5
7
+ data.tar.gz: 276098aa9e6110a1aa890a85f9c2c5eb04746498090f57ad04d3253c4f951a08f6372dccc752b087ecf4f7e172e2ce16a30b9c7a3c90411c0534bec5a0221c57
data/bubblezone.gemspec CHANGED
@@ -34,6 +34,4 @@ Gem::Specification.new do |spec|
34
34
  spec.require_paths = ["lib"]
35
35
 
36
36
  spec.extensions = ["ext/bubblezone/extconf.rb"]
37
-
38
- spec.add_dependency "rake-compiler", "~> 1.2"
39
37
  end
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Bubblezone
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,28 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bubblezone
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: aarch64-linux-gnu
6
6
  authors:
7
7
  - Marco Roth
8
8
  bindir: exe
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
11
- dependencies:
12
- - !ruby/object:Gem::Dependency
13
- name: rake-compiler
14
- requirement: !ruby/object:Gem::Requirement
15
- requirements:
16
- - - "~>"
17
- - !ruby/object:Gem::Version
18
- version: '1.2'
19
- type: :runtime
20
- prerelease: false
21
- version_requirements: !ruby/object:Gem::Requirement
22
- requirements:
23
- - - "~>"
24
- - !ruby/object:Gem::Version
25
- version: '1.2'
11
+ dependencies: []
26
12
  description: Ruby bindings for the bubblezone, providing zone management for terminal
27
13
  applications with mouse support.
28
14
  email: