testgem417 0.0.3 → 0.0.4

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.
data/Rakefile CHANGED
@@ -1,3 +1,2 @@
1
1
  require "bundler/gem_tasks"
2
2
  Bundler::GemHelper.install_tasks
3
-
@@ -1,3 +1,3 @@
1
1
  module Testgem417
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
data/lib/testgem417.rb CHANGED
@@ -23,7 +23,7 @@ module Testgem417
23
23
  end
24
24
 
25
25
  def get_github_username
26
- @gituser = ask "Enter your Github username:" if name == "init"
26
+ @gituser = ask "Enter your Github username:"
27
27
  @project = Rails.application.class.parent_name.downcase
28
28
  end
29
29
 
data/testgem417.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Testgem417::VERSION
9
9
  spec.authors = ["Gareth Tan"]
10
10
  spec.email = ["garethwtan@gmail.com"]
11
- spec.description = %q{Write a gem description}
12
- spec.summary = %q{Write a gem summary}
11
+ spec.description = %q{Does test417 stuff.}
12
+ spec.summary = %q{Does test417 stuffies.}
13
13
  spec.homepage = ""
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testgem417
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -43,7 +43,7 @@ dependencies:
43
43
  - - ! '>='
44
44
  - !ruby/object:Gem::Version
45
45
  version: '0'
46
- description: Write a gem description
46
+ description: Does test417 stuff.
47
47
  email:
48
48
  - garethwtan@gmail.com
49
49
  executables: []
@@ -82,5 +82,5 @@ rubyforge_project:
82
82
  rubygems_version: 1.8.25
83
83
  signing_key:
84
84
  specification_version: 3
85
- summary: Write a gem summary
85
+ summary: Does test417 stuffies.
86
86
  test_files: []