commandly 0.2.0 → 0.2.1

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: 4dd7355b82c91a5d5f2f032542456f57eb4bf614
4
- data.tar.gz: a8c1e0ccda2ed40299f76a9d50b2f91bbb695b3b
3
+ metadata.gz: 4aee63f6952f7fddd12edb31579dee5489509649
4
+ data.tar.gz: ecf8c84dfaffb3d333844c337b0dd008c8efe125
5
5
  SHA512:
6
- metadata.gz: 12dcdbbfcce18a6561177c76b4f885fc196c61f1358fdbdcedca2f39362aec0203ef7cf11930f2aaaa4b2170b57e22b04689467ad73949dbe65f2693d8d9d845
7
- data.tar.gz: e6e9cd87d22d3d025af1094a4162f7f89b1cf34ad8af57833894b5e16117271b7dae7b09eadf01bd6f217ca1f3836bcf5403b9ad3b2b01f9a1e509397b275c95
6
+ metadata.gz: aae42f898f1f07478d9b505b54d538b942f07823797f10281b2161da263f708b5f3243b1c1077ea0b77bc8201acb08b232d8e4d6ed7b60f4365028888e3a51d6
7
+ data.tar.gz: 86f711e9fd8017377a0c4373e8b7710ac17e1389607f4300f17c0d751e71f653f095be7a780654113aac49b0b35f50dbb59c50c21762e71c99f3779f7095a855
@@ -53,7 +53,6 @@ class Commandly::Generator < Thor::Group
53
53
  files -= Dir.glob(destination_root + "/android/**/**/*.png")
54
54
  files.each do |name|
55
55
  next if Dir.exists? name
56
- puts name
57
56
  text = File.read(name)
58
57
  text = text.gsub("Commandly", project_name)
59
58
  text = text.gsub("commandly", project_name.downcase)
@@ -1,3 +1,3 @@
1
1
  module Commandly
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: commandly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Louie Bao