project 1.0.0 → 1.1.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/VERSION +1 -1
- data/lib/project/template.rb +1 -1
- data/project.gemspec +3 -3
- data/readme.textile +1 -1
- metadata +7 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1.0
|
data/lib/project/template.rb
CHANGED
data/project.gemspec
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# Generated by jeweler
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
|
-
# Instead, edit Jeweler::Tasks in
|
|
3
|
+
# Instead, edit Jeweler::Tasks in rakefile, and run the gemspec command
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{project}
|
|
8
|
-
s.version = "1.
|
|
8
|
+
s.version = "1.1.0"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Josh Nesbitt"]
|
|
12
|
-
s.date = %q{2010-
|
|
12
|
+
s.date = %q{2010-09-03}
|
|
13
13
|
s.description = %q{Project aims to make working with multiple projects as simple as possible. By registering projects with workflows you can quickly create a set of commands that will be run against each project.}
|
|
14
14
|
s.email = %q{josh@josh-nesbitt.net}
|
|
15
15
|
s.executables = ["project", "project"]
|
data/readme.textile
CHANGED
|
@@ -10,7 +10,7 @@ h1. Project
|
|
|
10
10
|
|
|
11
11
|
h2. Overview
|
|
12
12
|
|
|
13
|
-
Project aims to make working with multiple projects as simple as possible. By registering projects with workflows you can quickly create a set of commands that will be run against each project.
|
|
13
|
+
Project aims to make working with multiple projects as simple as possible. By registering projects with workflows you can quickly create a set of commands that will be run against each project. Check out the "blog post":http://blog.josh-nesbitt.net/2010/08/21/project-simplified-project-workflows/ for a bit more background on how @project@ came to life.
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: project
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 19
|
|
4
5
|
prerelease: false
|
|
5
6
|
segments:
|
|
6
7
|
- 1
|
|
8
|
+
- 1
|
|
7
9
|
- 0
|
|
8
|
-
|
|
9
|
-
version: 1.0.0
|
|
10
|
+
version: 1.1.0
|
|
10
11
|
platform: ruby
|
|
11
12
|
authors:
|
|
12
13
|
- Josh Nesbitt
|
|
@@ -14,7 +15,7 @@ autorequire:
|
|
|
14
15
|
bindir: bin
|
|
15
16
|
cert_chain: []
|
|
16
17
|
|
|
17
|
-
date: 2010-
|
|
18
|
+
date: 2010-09-03 00:00:00 +01:00
|
|
18
19
|
default_executable:
|
|
19
20
|
dependencies:
|
|
20
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -25,6 +26,7 @@ dependencies:
|
|
|
25
26
|
requirements:
|
|
26
27
|
- - ">="
|
|
27
28
|
- !ruby/object:Gem::Version
|
|
29
|
+
hash: 13
|
|
28
30
|
segments:
|
|
29
31
|
- 1
|
|
30
32
|
- 2
|
|
@@ -83,6 +85,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
83
85
|
requirements:
|
|
84
86
|
- - ">="
|
|
85
87
|
- !ruby/object:Gem::Version
|
|
88
|
+
hash: 3
|
|
86
89
|
segments:
|
|
87
90
|
- 0
|
|
88
91
|
version: "0"
|
|
@@ -91,6 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
91
94
|
requirements:
|
|
92
95
|
- - ">="
|
|
93
96
|
- !ruby/object:Gem::Version
|
|
97
|
+
hash: 3
|
|
94
98
|
segments:
|
|
95
99
|
- 0
|
|
96
100
|
version: "0"
|