semillagen 0.0.1 → 0.0.2

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.
@@ -1,3 +1,3 @@
1
1
  module SemillaGen
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
Binary file
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.date = "2012-03-22"
10
10
  s.summary = "Simple ActionScript project generation."
11
11
  s.email = "support@semilla.com"
12
- s.homepage = "http://github.com/Darkoleptiko/SemillaGen/"
12
+ s.homepage = "http://github.com/vicro/SemillaGen/"
13
13
  s.authors = ['Victor G. Rosales']
14
14
 
15
15
  s.description = <<-EOF
@@ -51,7 +51,7 @@ EOF
51
51
  # Examples:
52
52
  # [:runtime, "rack", "~> 1.1"],
53
53
  # [:development, "rspec", "~> 2.1"],
54
- [:semilla, "semilla", "~> 0.0.5"],
54
+ [:semilla, "semilla", "~> 0.0.7"],
55
55
  [:rake, "rake", "~> 0.9.2"]
56
56
  ]
57
57
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semillagen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,18 +13,18 @@ date: 2012-03-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: semilla
16
- requirement: &2160461360 !ruby/object:Gem::Requirement
16
+ requirement: &2160470800 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 0.0.5
21
+ version: 0.0.7
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2160461360
24
+ version_requirements: *2160470800
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rake
27
- requirement: &2160460320 !ruby/object:Gem::Requirement
27
+ requirement: &2160470060 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: 0.9.2
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *2160460320
35
+ version_requirements: *2160470060
36
36
  description: ! "SemillaGen let's you create (Actionscript3.0 based) projects and classes
37
37
  with ease.\nSemillaGen generated projects or classes are customizable via templates.\n\nThe
38
38
  default templates setup the project for Continuous Integration using FlexUnit.\nthe
@@ -107,8 +107,9 @@ files:
107
107
  - lib/semillagen.rb
108
108
  - rakefile.rb
109
109
  - README.md
110
+ - semillagen-0.0.1.gem
110
111
  - semillagen.gemspec
111
- homepage: http://github.com/Darkoleptiko/SemillaGen/
112
+ homepage: http://github.com/vicro/SemillaGen/
112
113
  licenses: []
113
114
  post_install_message:
114
115
  rdoc_options: []