thoughtbot-limerick_rake 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/README.textile +4 -0
- data/limerick_rake.gemspec +6 -6
- metadata +2 -2
data/README.textile
CHANGED
data/limerick_rake.gemspec
CHANGED
@@ -1,20 +1,20 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "limerick_rake"
|
3
|
-
s.version = "0.0.
|
4
|
-
s.date = "2008-10-
|
3
|
+
s.version = "0.0.2"
|
4
|
+
s.date = "2008-10-07"
|
5
5
|
s.summary = "A collection of useful rake tasks."
|
6
6
|
s.email = "support@thoughtbot.com"
|
7
7
|
s.homepage = "http://github.com/thoughtbot/limerick_rake"
|
8
8
|
s.description = "A collection of useful rake tasks."
|
9
9
|
s.authors = ["the Ruby community", "thoughtbot, inc."]
|
10
|
-
s.files = ["README.textile",
|
11
|
-
"limerick_rake.gemspec",
|
10
|
+
s.files = ["README.textile",
|
11
|
+
"limerick_rake.gemspec",
|
12
12
|
"tasks/backup.rake",
|
13
13
|
"tasks/db/bootstrap.rake",
|
14
14
|
"tasks/db/indexes.rake",
|
15
15
|
"tasks/db/shell.rake",
|
16
16
|
"tasks/db/validate_models.rake",
|
17
|
-
"tasks/git.rake",
|
17
|
+
"tasks/git.rake",
|
18
18
|
"tasks/haml_sass.rake",
|
19
19
|
"tasks/svn.rake"]
|
20
|
-
end
|
20
|
+
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thoughtbot-limerick_rake
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- the Ruby community
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2008-10-
|
13
|
+
date: 2008-10-07 00:00:00 -07:00
|
14
14
|
default_executable:
|
15
15
|
dependencies: []
|
16
16
|
|