rcqrs_generators 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.
- data/lib/rcqrs_generators/version.rb +1 -1
- data/rcqrs_generators.gemspec +1 -4
- metadata +6 -7
data/rcqrs_generators.gemspec
CHANGED
|
@@ -8,13 +8,10 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
9
|
s.authors = ["Chris Stefano"]
|
|
10
10
|
s.email = ["virtualstaticvoid@gmail.com"]
|
|
11
|
-
s.homepage = ""
|
|
12
11
|
s.summary = %q{Rails 3 generators supporting the RCQRS Rails 3 plugin}
|
|
13
|
-
s.description = "
|
|
12
|
+
s.description = "Rails 3 generators supporting the RCQRS Rails 3 plugin. Please see the README for more information."
|
|
14
13
|
s.homepage = "https://github.com/virtualstaticvoid/rcqrs-generators"
|
|
15
14
|
|
|
16
|
-
s.rubyforge_project = "rcqrs_generators"
|
|
17
|
-
|
|
18
15
|
s.files = `git ls-files`.split("\n")
|
|
19
16
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
|
20
17
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rcqrs_generators
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,10 +9,10 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2011-05-06 00:00:00.
|
|
13
|
-
default_executable:
|
|
12
|
+
date: 2011-05-06 00:00:00.000000000Z
|
|
14
13
|
dependencies: []
|
|
15
|
-
description:
|
|
14
|
+
description: Rails 3 generators supporting the RCQRS Rails 3 plugin. Please see the
|
|
15
|
+
README for more information.
|
|
16
16
|
email:
|
|
17
17
|
- virtualstaticvoid@gmail.com
|
|
18
18
|
executables: []
|
|
@@ -30,7 +30,6 @@ files:
|
|
|
30
30
|
- lib/rcqrs_generators.rb
|
|
31
31
|
- lib/rcqrs_generators/version.rb
|
|
32
32
|
- rcqrs_generators.gemspec
|
|
33
|
-
has_rdoc: true
|
|
34
33
|
homepage: https://github.com/virtualstaticvoid/rcqrs-generators
|
|
35
34
|
licenses: []
|
|
36
35
|
post_install_message:
|
|
@@ -50,8 +49,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
50
49
|
- !ruby/object:Gem::Version
|
|
51
50
|
version: '0'
|
|
52
51
|
requirements: []
|
|
53
|
-
rubyforge_project:
|
|
54
|
-
rubygems_version: 1.
|
|
52
|
+
rubyforge_project:
|
|
53
|
+
rubygems_version: 1.8.1
|
|
55
54
|
signing_key:
|
|
56
55
|
specification_version: 3
|
|
57
56
|
summary: Rails 3 generators supporting the RCQRS Rails 3 plugin
|