gem_recent-updates 0.1.0 → 0.1.1
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/CHANGELOG.rdoc +5 -0
- data/README.rdoc +4 -1
- data/VERSION.yml +2 -1
- metadata +4 -3
data/CHANGELOG.rdoc
ADDED
data/README.rdoc
CHANGED
@@ -7,11 +7,12 @@ to the previously installed version.
|
|
7
7
|
|
8
8
|
Install the gem with:
|
9
9
|
|
10
|
-
gem
|
10
|
+
gem install osteele-gem_recent-updates
|
11
11
|
|
12
12
|
== Examples
|
13
13
|
|
14
14
|
bash> gem recent-updates
|
15
|
+
bash> gem recent-updates --since 30 # last 30 days
|
15
16
|
|
16
17
|
== Bugs/Tickets
|
17
18
|
|
@@ -31,3 +32,5 @@ Thanks to {Gabriel Horner}[http://tagaholic.me/2009/04/23/how-to-write-a-rubygem
|
|
31
32
|
for the gem command example and howto.
|
32
33
|
|
33
34
|
The paging code is from {Nathan Weizenbaum}[http://nex-3.com/posts/73-git-style-automatic-paging-in-ruby].
|
35
|
+
|
36
|
+
Bug reports: Caius Durling
|
data/VERSION.yml
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 0.1.
|
8
|
+
- 1
|
9
|
+
version: 0.1.1
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Oliver Steele
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-04-
|
17
|
+
date: 2010-04-03 00:00:00 -04:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -39,6 +39,7 @@ extra_rdoc_files:
|
|
39
39
|
- LICENSE.txt
|
40
40
|
- README.rdoc
|
41
41
|
files:
|
42
|
+
- CHANGELOG.rdoc
|
42
43
|
- LICENSE.txt
|
43
44
|
- README.rdoc
|
44
45
|
- Rakefile
|