hajimeru 0.1.1 → 0.1.2

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
  SHA1:
3
- metadata.gz: 94c54ba14df09a9eb904c4ee2cc4678c95dbcc06
4
- data.tar.gz: 9bd5f516826afb13114df359c63b620243ddf3e6
3
+ metadata.gz: 4b3b2d0057ee8f209b0b5f527d72024e1747c65b
4
+ data.tar.gz: d15819664cbc5af9020c132d27f1e68a757f6d20
5
5
  SHA512:
6
- metadata.gz: ce80f98531af84de2dc174106b5869b632b1d57b8999cfa07af13df99a45326fc3e4faeb295dbf6bba38527e55190fb552ce853409b2641e5c63c20630753c73
7
- data.tar.gz: c4a1e80758543b350cabc17eb3b35668e768447e6ae0896357b76c723b4aea549de0e27bb122818c461d5a8052b5ab49e79916b7c686bcc54c8f959461d6da9f
6
+ metadata.gz: 7ea7af2ee7ca04b466415879cb235d68d23bf62ca078c4794d1eed035dbfb19e73b031986a0adf0eaf21605602e7f6c31bcaccf391e57be81ae9ee061882b09e
7
+ data.tar.gz: 72ec09dee77d0ec493182cc60d672c91ebfa300ce843c608b2265e222f13cb461b1e5511d1aa97e0cbdcb7008fb68a59fdc1e7aa2c02c217335eb8fcb546e080
data/hajimeru.gemspec CHANGED
@@ -19,11 +19,6 @@ Gem::Specification.new do |spec|
19
19
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
20
  spec.require_paths = ["lib"]
21
21
 
22
- spec.post_install_message = <<-MESSAGE
23
- ! The 'hajimeru' gem has been deprecated and has been replaced by 'hajimeru' gem.
24
- ! Because the name 'hajimeru' is used in the other project.
25
- MESSAGE
26
-
27
22
  spec.add_runtime_dependency "thor"
28
23
 
29
24
  spec.add_development_dependency "bundler", "~> 1.10"
@@ -1,3 +1,3 @@
1
1
  module Hajimeru
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hajimeru
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masafumi Yokoyama
@@ -114,9 +114,7 @@ homepage: https://github.com/myokoym/hajimeru
114
114
  licenses:
115
115
  - MIT
116
116
  metadata: {}
117
- post_install_message: |2
118
- ! The 'hajimeru' gem has been deprecated and has been replaced by 'hajimeru' gem.
119
- ! Because the name 'hajimeru' is used in the other project.
117
+ post_install_message:
120
118
  rdoc_options: []
121
119
  require_paths:
122
120
  - lib