livejournal 0.3.3 → 0.3.4

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.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -0
  3. metadata +4 -3
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ require 'rake/rdoctask'
5
5
  require 'rake/testtask'
6
6
 
7
7
  FILES = FileList[
8
- 'Rakefile', 'README.md', 'Changes', 'LICENSE', 'setup.rb',
8
+ 'Rakefile', 'README.md', 'Changes', 'LICENSE', 'setup.rb', 'VERSION',
9
9
  'lib/**/*', 'sample/*', 'test/*'
10
10
  ]
11
11
 
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.3.4
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 3
9
- version: 0.3.3
8
+ - 4
9
+ version: 0.3.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Evan Martin
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-04-23 00:00:00 +03:00
18
+ date: 2011-04-25 00:00:00 +03:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -33,6 +33,7 @@ files:
33
33
  - LICENSE
34
34
  - README.md
35
35
  - Rakefile
36
+ - VERSION
36
37
  - lib/livejournal.rb
37
38
  - lib/livejournal/basic.rb
38
39
  - lib/livejournal/comment.rb