dcrec1-gemhub 0.1.0 → 0.2.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.
data/README.textile CHANGED
@@ -2,6 +2,18 @@ h2. INSTALLATION
2
2
 
3
3
  @sudo gem install dcrec1-gemhub -s http://gems.github.com@
4
4
 
5
+ h2. USAGE
6
+
7
+ Create your gem's project structure with:
8
+
9
+ @gemhub <gem-name>@
10
+
11
+ Then create your files, edit Rakefile and finally execute:
12
+
13
+ @rake make_spec@
14
+
15
+ to create the gemspec file.
16
+
5
17
  h2. LICENSE:
6
18
 
7
19
  (The MIT License)
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ require 'rake/gempackagetask'
5
5
  require 'spec/rake/spectask'
6
6
 
7
7
  GEM = "gemhub"
8
- GEM_VERSION = "0.1.0"
8
+ GEM_VERSION = "0.3.0"
9
9
  SUMMARY = "Simple gem creation"
10
10
  AUTHOR = "Diego Carrion"
11
11
  EMAIL = "dc.rec1@gmail.com"
@@ -5,7 +5,7 @@ require 'rake/gempackagetask'
5
5
  require 'spec/rake/spectask'
6
6
 
7
7
  GEM = "<%= name %>"
8
- GEM_VERSION = "0.0.1"
8
+ GEM_VERSION = "0.2.0"
9
9
  SUMMARY = "FIXME Summary"
10
10
  AUTHOR = "FIXME Author"
11
11
  EMAIL = "FIXME Email"
data/lib/gemhub.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class GemHub
2
- VERSION = '0.1.0'
2
+ VERSION = '0.2.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dcrec1-gemhub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Diego Carrion