hive-toolbelt 2.0.1 → 2.0.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: 64bc7777c88325a5d302d6903f50120c3a85c385
4
- data.tar.gz: 1e7307bf17cefb54ba067da6f87a2dc7dda5870f
3
+ metadata.gz: d9b7140b3c046726aff3beed97413921c2f1348e
4
+ data.tar.gz: 6ca9500e0b472ec259121662745a52367360dd67
5
5
  SHA512:
6
- metadata.gz: 799e69b0ac102bbe27c2cbbd4f0cf2fd4bb7f1998ede69511a4f5b1e980427e747a48a6c17f1a720732debb2c30d02c081eda5a39339497eab0e038d2d0348fc
7
- data.tar.gz: f781e8ae25c5518f882910a78e4cfc9b5203f84e50d5011b20f462bf26a962bfd11f9d071aab434dc703b52201521d57c7212f54038702cd896e14cab343d58c
6
+ metadata.gz: af0711342c23aaf9751707bf521097ac12274eb649a0552e1d6a6d2586b5f4fa8d348f70343406606c5fd65d38f80367f593d07ac673edf7cd7ae5630fdca0fb
7
+ data.tar.gz: 890cf89c21478af555c8cfcf60ba0f10739f4faccfb00f8f630075b7be3fccb3d1c3b8f5c320420e2cab55d030924785627d27274844693a2d7b84e290b71db4
@@ -90,8 +90,8 @@ module Hive
90
90
  safe_gsub_file README, /{{name}}/, config[:name]
91
91
  safe_gsub_file README, /{{description}}/, config[:description]
92
92
  safe_gsub_file README, /{{app_id}}/, id_for(config[:author], config[:name])
93
- safe_gsub_file README, /{{repo_url}}/, config[:repo_url]
94
- safe_gsub_file README, /{{project_name}}/, project_name_from(config[:repo_url])
93
+ safe_gsub_file README, /{{repo_url}}/, config[:repoURL]
94
+ safe_gsub_file README, /{{project_name}}/, project_name_from(config[:repoURL])
95
95
  end
96
96
 
97
97
  def safe_gsub_file filename, pattern, replacement
@@ -1,5 +1,5 @@
1
1
  module Hive
2
2
  module Toolbelt
3
- VERSION = "2.0.1"
3
+ VERSION = "2.0.2"
4
4
  end
5
5
  end
@@ -103,7 +103,7 @@ module Hive::Toolbelt
103
103
  name: "Foo App",
104
104
  description: "Super awesome foo app",
105
105
  author: "Wei Lu",
106
- repo_url: "git@github.com:hivewallet/#{project_name}.git"
106
+ repoURL: "git@github.com:hivewallet/#{project_name}.git"
107
107
  }
108
108
  end
109
109
  let(:readme) do
@@ -120,7 +120,7 @@ module Hive::Toolbelt
120
120
  it { expect(readme).to include(config[:description]) }
121
121
  it { expect(readme).to include("cd #{project_name}") }
122
122
  it { expect(readme).to include("ln -s ~/#{project_name}/ wei-lu.foo-app") }
123
- it { expect(readme).to include("git clone #{config[:repo_url]}") }
123
+ it { expect(readme).to include("git clone #{config[:repoURL]}") }
124
124
  end
125
125
 
126
126
  describe '#create_license' do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hive-toolbelt
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wei Lu
@@ -155,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
155
155
  version: '0'
156
156
  requirements: []
157
157
  rubyforge_project:
158
- rubygems_version: 2.0.3
158
+ rubygems_version: 2.1.11
159
159
  signing_key:
160
160
  specification_version: 4
161
161
  summary: Command Line Interface for the Hive wallet