mushin 0.34.0 → 0.35.0

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
  SHA1:
3
- metadata.gz: ec82eaacc7b475364ec4c22158251cdb751656d4
4
- data.tar.gz: b956aac846e7f36f61161937b17d0012debd4625
3
+ metadata.gz: eb3a49fa4e6ae36713379aa820988b1cf964cc8f
4
+ data.tar.gz: 47f8a4353185229bd782536a770230520c0782fd
5
5
  SHA512:
6
- metadata.gz: cf000cd291cf15a6e69a1fb8a94ff03d6426b994fe910d6f13447aef092a947687d3d147aa134d8fb7f8ef6cedaad2ebf502c484e7158cd31b0fef72e943302e
7
- data.tar.gz: cf4f10bfaf8f2a1b6ac6ad4c5356a70a42318e35e18ffd2004afb651dba027fa5016527e46c4c3c761b40f43031653d99fccc94aa9c06937653dbc75b62bf9ad
6
+ metadata.gz: 0d2625a04826b198f737be14a8b8667f81d51235c73baf74db4a0d56071425e482d0a46cb104694e868e228b3d774c4fcccf5886581bb921d8b67dd19e862704
7
+ data.tar.gz: 3b1eb26390f7ab5a9c9d738f9f12ffc4596476f45fd4aa85bb317f4dedc73e80786e960534912706f294811a785ef5c47f045e3cfd279880a36bab8cc18ac29a
data/exe/generator.rb CHANGED
@@ -95,6 +95,11 @@ end
95
95
  gsub_file gemspec_file, /"MIT"/ do |match|
96
96
  match = "'#{license}'"
97
97
  end
98
+
99
+ readme_file = "#{name.to_s}/README.md"
100
+ gsub_file readme_file, /#{name}/ do |match|
101
+ match = "#{name.sub(/::/, "_").downcase}_ext"
102
+ end
98
103
  end
99
104
 
100
105
 
@@ -176,6 +181,11 @@ end
176
181
  match = "'#{license}'"
177
182
  end
178
183
 
184
+ readme_file = "#{name.to_s}/README.md"
185
+ gsub_file readme_file, /#{name}/ do |match|
186
+ match = "#{name.sub(/::/, "_").downcase}_dsf"
187
+ end
188
+
179
189
  empty_directory "./#{name}/lib/#{name}/ext"
180
190
  end
181
191
  end
@@ -1,3 +1,3 @@
1
1
  module Mushin
2
- VERSION = "0.34.0"
2
+ VERSION = "0.35.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mushin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.35.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - zotherstupidguy