mittens_ui 0.0.3 → 0.0.4

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: f806d77471b5b7268e145563d494b2297f911fc9afc5b37892a8c91490b05c42
4
- data.tar.gz: '08d9e6c8c135b2fded5f7d7b5287fdfbb20037f75cc26e6c5a70cc44d925199e'
3
+ metadata.gz: 324fbc94f63593ea41d2eb4eec17ff975f2eae84f9e0187eca390f4c8804d157
4
+ data.tar.gz: 2f0817770780a0f15846fde876e81467f287721dc90eb1916a276cbe4989d972
5
5
  SHA512:
6
- metadata.gz: f83e6defaa9b66fc403a67425a40eb3c2c42dd34030b19b74e54cd727c749c94480c4ad2e7ca5de520ae667900b8e8a776d5504a97e144b38d0483a5f3f4a0c0
7
- data.tar.gz: a78661adfb575a836e514f039eff9e3646a1e2e2b0cbd6c7f615d15eae1f7a1b2432bb18121810210c88c6e67320a979f2e72b1b7fbce71fb37db7c6da9b5ed9
6
+ metadata.gz: 28e5e9926830ae66529664e40003b681b8fa15db65b4d5a10171b588837fdb0643fce74b7aec786a9a1d73e94ca84ba37cec97250deeffa8e736c0f68d1d58ba
7
+ data.tar.gz: 728fe8237aa4f4140af931edb405fc1c35ff60419fddda91075358fff8ff8f26788d0b6d6eeacc4e3c5cf13af73a5d5761a79a400f420b5839bb1a64c2b6e865
@@ -1,3 +1,3 @@
1
1
  module MittensUi
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -2,7 +2,6 @@ module MittensUi
2
2
  module Widgets
3
3
  class Slider
4
4
  def initialize(layout, options={}, &block)
5
- puts "OPS: #{options.inspect}"
6
5
  start_value = options[:start_value].nil? ? 1.0 : options[:start_value]
7
6
  stop_value = options[:stop_value].nil? ? 10.0 : options[:stop_value]
8
7
  step_value = options[:step_value].nil? ? 1.0 : options[:step_value]
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
6
6
  spec.authors = ["Zach Tuttle"]
7
7
  spec.email = ["zachtuttle@tutanota.com"]
8
8
 
9
- spec.summary = "A tiny GUI tool kit written on top of GTK3"
9
+ spec.summary = "A tiny GUI toolkit written on top of GTK3"
10
10
  spec.description = "GUI Toolkit!"
11
11
  spec.homepage = "https://github.com/tuttza/mittens_ui"
12
12
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mittens_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zach Tuttle
@@ -76,5 +76,5 @@ requirements: []
76
76
  rubygems_version: 3.1.4
77
77
  signing_key:
78
78
  specification_version: 4
79
- summary: A tiny GUI tool kit written on top of GTK3
79
+ summary: A tiny GUI toolkit written on top of GTK3
80
80
  test_files: []