liars 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.
Files changed (2) hide show
  1. data/Rakefile +3 -3
  2. metadata +5 -5
data/Rakefile CHANGED
@@ -6,7 +6,7 @@ require 'fileutils'
6
6
  include FileUtils
7
7
 
8
8
  NAME = "liars"
9
- VERS = "0.0.1"
9
+ VERS = "0.0.2"
10
10
  CLEAN.include ['**/.*.sw?', '*.gem', '.config']
11
11
  RDOC_OPTS = ['--quiet', '--title', "Camping, the Documentation",
12
12
  "--opname", "index.html",
@@ -42,8 +42,8 @@ spec =
42
42
  s.summary = "最小化的MVC框架"
43
43
  s.description = s.summary
44
44
  s.author = "luonet"
45
- s.email = 'luonet@safore.com'
46
- s.homepage = 'http://www.safore.com/'
45
+ s.email = 'luoxin.net@gmail.com'
46
+ s.homepage = 'http://luoxin.net/'
47
47
  s.executables = ['liars']
48
48
 
49
49
  s.files = %w(CHANGELOG README Rakefile liars.rb) +
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - luonet
@@ -14,14 +14,14 @@ autorequire: liars
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-03-16 00:00:00 +08:00
17
+ date: 2010-03-21 00:00:00 +08:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
21
21
  description: !binary |
22
22
  5pyA5bCP5YyW55qETVZD5qGG5p62
23
23
 
24
- email: luonet@safore.com
24
+ email: luoxin.net@gmail.com
25
25
  executables:
26
26
  - liars
27
27
  extensions: []
@@ -44,7 +44,7 @@ files:
44
44
  - lib/model.rb
45
45
  - extras/flipbook_rdoc.rb
46
46
  has_rdoc: true
47
- homepage: http://www.safore.com/
47
+ homepage: http://luoxin.net/
48
48
  licenses: []
49
49
 
50
50
  post_install_message: