pickaxegem 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: 002adbec5b08d73a5a47f0d6bd75d26b0ffc773397645140c1a1c43a7baf7d67
4
- data.tar.gz: 2a73012d0a7238499acf8b57452961507caf57882665e0e2f4edc89dc8a35cb0
3
+ metadata.gz: cbdb1269a6bae48b1b3362c67d8afe805a9da09311c27ca7200d342b8c0aac8a
4
+ data.tar.gz: b91fd806c1f32d09bacab67774da1fc78c44182efc8035449308a8aeefa763ed
5
5
  SHA512:
6
- metadata.gz: 06b1ba240d3e31a4adc09ade062c6170fd36285ae556e7543d80966f0908d7913aacd1edbb2fd4f730854875a5a4dc436390d653ed168a9551d77d4870f394f5
7
- data.tar.gz: b1005e3a27d3dec30278968a61771d4c351319b92ac7c1e7348e34c83f4f6d3d4d5cae075b1fceac162a1f7c90fa1ee678e7e6283ac082a733676e7488e4e848
6
+ metadata.gz: 40aff04791e5eb158390c5793a07587f43d25f86090cfc5ee5582d94dc99d10226fe763b9097b46cb9a4f7dacfe19f0092308b70540821f0feff5d330149435c
7
+ data.tar.gz: 066e7b81d955a54c4b6300c470d55c953bdcdba11eda0e5af665168e8d8f68141304f34428cf47234e12f34a131e41349e7e0072a9b89f8e292c644a9f6d842a
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pickaxegem (0.1.0)
4
+ pickaxegem (0.1.1)
5
5
  gtk3 (~> 3.4)
6
6
  gtksourceview4 (~> 3.4)
7
7
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Pickaxe
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
@@ -9,12 +9,12 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ['arilik.ismail@gmail.com']
10
10
 
11
11
  spec.summary = 'An editor written with Ruby/GTK'
12
- spec.homepage = 'https://github.com/ismailarilik/pickaxe'
12
+ spec.homepage = 'https://ismailarilik.com/pickaxe/'
13
13
  spec.license = 'MIT'
14
14
  spec.required_ruby_version = Gem::Requirement.new('>= 2.4.0')
15
15
 
16
16
  spec.metadata['homepage_uri'] = spec.homepage
17
- spec.metadata['source_code_uri'] = spec.homepage
17
+ spec.metadata['source_code_uri'] = 'https://github.com/ismailarilik/pickaxe'
18
18
 
19
19
  # Specify which files should be added to the gem when it is released.
20
20
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pickaxegem
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
  - İsmail Arılık
@@ -73,11 +73,11 @@ files:
73
73
  - lib/pickaxe/ui/application_window.ui
74
74
  - lib/pickaxe/version.rb
75
75
  - pickaxe.gemspec
76
- homepage: https://github.com/ismailarilik/pickaxe
76
+ homepage: https://ismailarilik.com/pickaxe/
77
77
  licenses:
78
78
  - MIT
79
79
  metadata:
80
- homepage_uri: https://github.com/ismailarilik/pickaxe
80
+ homepage_uri: https://ismailarilik.com/pickaxe/
81
81
  source_code_uri: https://github.com/ismailarilik/pickaxe
82
82
  post_install_message:
83
83
  rdoc_options: []