rme2day 1.0.0 → 1.0.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/History.txt +3 -0
  2. data/Rakefile +5 -5
  3. data/lib/rme2day.rb +1 -1
  4. metadata +8 -8
data/History.txt CHANGED
@@ -1,3 +1,6 @@
1
+ == 1.0.1
2
+ * Started to manage source codes in the repository of rubyforge
3
+
1
4
  == 1.0.0 / 2007-08-28
2
5
 
3
6
  * 1 major enhancement
data/Rakefile CHANGED
@@ -6,11 +6,11 @@ require './lib/rme2day.rb'
6
6
 
7
7
  Hoe.new('rme2day', Rme2day::VERSION) do |p|
8
8
  p.rubyforge_name = 'ikspres'
9
- # p.author = 'ikspres'
10
- # p.email = 'dev@ikspres.com'
11
- # p.summary = 'me2day(http://me2day.net) service api libraray'
12
- # p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n")
13
- # p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1]
9
+ p.author = 'ikspres'
10
+ p.email = 'dev@ikspres.com'
11
+ p.summary = 'Open API library for Me2day service (http://me2day.net)'
12
+ p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n")
13
+ p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1]
14
14
  p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
15
15
  end
16
16
 
data/lib/rme2day.rb CHANGED
@@ -70,7 +70,7 @@
70
70
 
71
71
 
72
72
  module Rme2day
73
- VERSION = '1.0.0'
73
+ VERSION = '1.0.1'
74
74
  end
75
75
 
76
76
  $LOAD_PATH << File.expand_path(File.dirname(__FILE__))
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.9.2
2
+ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: rme2day
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.0.0
6
+ version: 1.0.1
7
7
  date: 2007-08-28 00:00:00 +09:00
8
- summary: The author was too lazy to write a summary
8
+ summary: Open API library for Me2day service (http://me2day.net)
9
9
  require_paths:
10
10
  - lib
11
- email: ryand-ruby@zenspider.com
12
- homepage: http://www.zenspider.com/ZSS/Products/rme2day/
11
+ email: dev@ikspres.com
12
+ homepage: " by Junghyun Kim"
13
13
  rubyforge_project: ikspres
14
- description: The author was too lazy to write a description
14
+ description: "ME2DAY(http://me2day.net) open-api library == FEATURES/PROBLEMS: * read/write posts * read/write comments for posts * read/write user info == SYNOPSIS: With this library, you can to this."
15
15
  autorequire:
16
16
  default_executable:
17
17
  bindir: bin
@@ -27,7 +27,7 @@ signing_key:
27
27
  cert_chain:
28
28
  post_install_message:
29
29
  authors:
30
- - Ryan Davis
30
+ - ikspres
31
31
  files:
32
32
  - History.txt
33
33
  - Manifest.txt
@@ -64,5 +64,5 @@ dependencies:
64
64
  requirements:
65
65
  - - ">="
66
66
  - !ruby/object:Gem::Version
67
- version: 1.2.2
67
+ version: 1.3.0
68
68
  version: