meskyanichi-generators 0.4.3 → 0.4.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/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :major: 0
3
2
  :minor: 4
4
- :patch: 3
3
+ :patch: 4
4
+ :major: 0
data/generators.gemspec CHANGED
@@ -1,12 +1,15 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
1
4
  # -*- encoding: utf-8 -*-
2
5
 
3
6
  Gem::Specification.new do |s|
4
7
  s.name = %q{generators}
5
- s.version = "0.4.3"
8
+ s.version = "0.4.4"
6
9
 
7
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
11
  s.authors = ["Michael"]
9
- s.date = %q{2009-06-06}
12
+ s.date = %q{2009-08-11}
10
13
  s.email = %q{meskyan@gmail.com}
11
14
  s.extra_rdoc_files = [
12
15
  "LICENSE",
@@ -36,11 +39,10 @@ Gem::Specification.new do |s|
36
39
  "test/generators_test.rb",
37
40
  "test/test_helper.rb"
38
41
  ]
39
- s.has_rdoc = true
40
42
  s.homepage = %q{http://github.com/meskyanichi/generators}
41
43
  s.rdoc_options = ["--charset=UTF-8"]
42
44
  s.require_paths = ["lib"]
43
- s.rubygems_version = %q{1.3.1}
45
+ s.rubygems_version = %q{1.3.5}
44
46
  s.summary = %q{A generator gem that helps you get up and running just a little bit faster!}
45
47
  s.test_files = [
46
48
  "test/generators_test.rb",
@@ -49,7 +51,7 @@ Gem::Specification.new do |s|
49
51
 
50
52
  if s.respond_to? :specification_version then
51
53
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
52
- s.specification_version = 2
54
+ s.specification_version = 3
53
55
 
54
56
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
55
57
  s.add_runtime_dependency(%q<capistrano>, [">= 0"])
@@ -1,5 +1,5 @@
1
1
  class CapistranoTemplateGenerator < Rails::Generator::Base
2
-
2
+
3
3
  def initialize(runtime_args, runtime_options = {})
4
4
  super
5
5
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meskyanichi-generators
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-06-06 00:00:00 -07:00
12
+ date: 2009-08-11 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -84,8 +84,9 @@ files:
84
84
  - lib/generators.rb
85
85
  - test/generators_test.rb
86
86
  - test/test_helper.rb
87
- has_rdoc: true
87
+ has_rdoc: false
88
88
  homepage: http://github.com/meskyanichi/generators
89
+ licenses:
89
90
  post_install_message:
90
91
  rdoc_options:
91
92
  - --charset=UTF-8
@@ -106,9 +107,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
107
  requirements: []
107
108
 
108
109
  rubyforge_project:
109
- rubygems_version: 1.2.0
110
+ rubygems_version: 1.3.5
110
111
  signing_key:
111
- specification_version: 2
112
+ specification_version: 3
112
113
  summary: A generator gem that helps you get up and running just a little bit faster!
113
114
  test_files:
114
115
  - test/generators_test.rb