bubblezone 0.1.1-x86-linux-gnu → 0.1.2-x86-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: 6e207844131f18b2213b911b6df5a0f64d8a70fefb016aae44bddab95a9a0e80
4
- data.tar.gz: b59ba244a944d36538cbc8c8d11520cc713d7172cebc0423dd3096fdadaca78d
3
+ metadata.gz: 12ff7ee330dcdb84b17195e8b448f91cb7bc940acf6741ba788c69d4d1d6b952
4
+ data.tar.gz: 5a152e5f84b343d5ff14c79729add63aa5fe1fe66b33da05b15c881e846a6f47
5
5
  SHA512:
6
- metadata.gz: dd5c38342a9c7bb307b0ec659c6835e12f4354af5b29a8bd46072aae3b0144eb2db8112863c8d0d3ab45633a51930770d80b6f5ff36e1fcaf646c48889209994
7
- data.tar.gz: 84e8c89e280a1c8cfc520a5f6d453cad3c75dd8658aa13128338d0355d016922495dc69bff87e1e486112662105e278b61494587b7032f036bc62d5e42710d93
6
+ metadata.gz: 3cc38199ce83adf49de662442d1610bcc81ac56bd881d26a29909a9f12a14312c9cfdad7434e19af805f697655e710f8527c6759d85122641121507517ebdf2a
7
+ data.tar.gz: caafa4a98d7aeebc1afbf0c3efad2547f3c0dca07f1bbaf075ff4f57207bce486bfaef0018dcdbcf928287a628e1ce59599f98d06ebf86701052b72c53408f99
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: x86-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: