standard_draw_tk 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b6ee926bb0c4a15e029d39e363a3d9d6867f34227234ac4396c2a627bbc3f68d
4
- data.tar.gz: 84ff897b354c5d9015c643a2c5bc3178da50e6bd2571d59c49a9d3cde2fbba4e
3
+ metadata.gz: eca7b9a655f27420d979493f99311d989c692ddc42808742be747f2cd84fdf7c
4
+ data.tar.gz: 68510657307bcf858182bc300577504633d59a444cedca14ef6cb08c092f73cf
5
5
  SHA512:
6
- metadata.gz: cc1e812ada1f998a1a69820ef565cc3a903d0443e4467113eb08db1fcf89d78bf1649191bafe7cb06ea25bacbd196fdcd52f75af8882594588ece034e97cd8bf
7
- data.tar.gz: 1d11abe35af6eb1be5434637d5d1f79da0a7d9fef7c9e7a0852452029badaaabe2362b2aeb1a00932744ee9aa0de8743fd6671e04fa4fd61c46d022a97ef6f05
6
+ metadata.gz: 0cd52535685c8bb09ed7d903826391db4cc40b958daf1375fd8622964c62aedbbfad0eaad69c4162247f1ab72275f4e0d14bec4e76f547381bdc202fc005fc49
7
+ data.tar.gz: 10f2e63fb5a8463693737acb1fe16794b90606a920969a64945951f9b948459a424affc384ca962fcc40c0858610168770412c54f2939386e5620f56d033f75a
@@ -1,3 +1,3 @@
1
1
  module StandardDrawTk
2
- VERSION = "0.1.0"
2
+ VERSION = '0.1.1'
3
3
  end
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ['Gregory Ostermayr']
10
10
  spec.email = ['<gregory.ostermayr@gmail.com>']
11
11
 
12
- spec.summary = %q{TK version of Princeton's Standard Draw library}
13
- spec.description = %q{TK versoin of Princeton's Standard Draw library}
12
+ spec.summary = %q{Ruby TK version of Princeton's Standard Draw library}
13
+ spec.description = %q{Ruby TK version of Princeton's Standard Draw library}
14
14
  spec.homepage = 'https://github.com/gregors/standard_draw_tk'
15
15
  spec.license = 'GPLv3'
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: standard_draw_tk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregory Ostermayr
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '3.0'
69
- description: TK versoin of Princeton's Standard Draw library
69
+ description: Ruby TK version of Princeton's Standard Draw library
70
70
  email:
71
71
  - "<gregory.ostermayr@gmail.com>"
72
72
  executables: []
@@ -119,5 +119,5 @@ rubyforge_project:
119
119
  rubygems_version: 2.7.6
120
120
  signing_key:
121
121
  specification_version: 4
122
- summary: TK version of Princeton's Standard Draw library
122
+ summary: Ruby TK version of Princeton's Standard Draw library
123
123
  test_files: []