gem_recent-updates 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGELOG.rdoc +5 -0
  2. data/README.rdoc +4 -1
  3. data/VERSION.yml +2 -1
  4. metadata +4 -3
data/CHANGELOG.rdoc ADDED
@@ -0,0 +1,5 @@
1
+ == 0.1.1 / 2010-04-03
2
+ * Fixed installation instructions (thanks caius)
3
+
4
+ == 0.1.0 / 2010-04-02
5
+ Initial release
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 source -a http://gems.github.com && sudo gem install osteele-gem_recent-updates
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
@@ -1,4 +1,5 @@
1
1
  ---
2
2
  :minor: 1
3
- :patch: 0
3
+ :patch: 1
4
4
  :major: 0
5
+ :build:
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
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-02 00:00:00 -04:00
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