tjplurker 1.3 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- metadata +9 -36
- data/lib/tjplurker/core.rb +0 -726
- data/lib/tjplurker/legacy.rb +0 -489
- data/lib/tjplurker/robot.rb +0 -142
- data/lib/tjplurker.rb +0 -1
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tjplurker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.3.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,44 +9,17 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
13
|
-
dependencies:
|
14
|
-
- !ruby/object:Gem::Dependency
|
15
|
-
name: json
|
16
|
-
requirement: &17981736 !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
|
-
requirements:
|
19
|
-
- - ! '>='
|
20
|
-
- !ruby/object:Gem::Version
|
21
|
-
version: 1.5.3
|
22
|
-
type: :runtime
|
23
|
-
prerelease: false
|
24
|
-
version_requirements: *17981736
|
25
|
-
- !ruby/object:Gem::Dependency
|
26
|
-
name: oauth
|
27
|
-
requirement: &17981448 !ruby/object:Gem::Requirement
|
28
|
-
none: false
|
29
|
-
requirements:
|
30
|
-
- - ! '>='
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: 0.4.5
|
33
|
-
type: :runtime
|
34
|
-
prerelease: false
|
35
|
-
version_requirements: *17981448
|
12
|
+
date: 2012-03-20 00:00:00.000000000 Z
|
13
|
+
dependencies: []
|
36
14
|
description: A safe Plurk API wrapper based on Ruby and mainly designed for easily
|
37
|
-
making plurk robot.
|
15
|
+
making plurk robot. installgem install tjplurker.
|
38
16
|
email: tonytonyjan@gmail.com
|
39
17
|
executables: []
|
40
18
|
extensions: []
|
41
19
|
extra_rdoc_files: []
|
42
|
-
files:
|
43
|
-
|
44
|
-
|
45
|
-
- lib/tjplurker/robot.rb
|
46
|
-
- lib/tjplurker.rb
|
47
|
-
homepage: http://code.google.com/p/tjplurker
|
48
|
-
licenses:
|
49
|
-
- New BSD
|
20
|
+
files: []
|
21
|
+
homepage: http://code.google.com/p/tjplurker/
|
22
|
+
licenses: []
|
50
23
|
post_install_message:
|
51
24
|
rdoc_options: []
|
52
25
|
require_paths:
|
@@ -65,9 +38,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
65
38
|
version: '0'
|
66
39
|
requirements: []
|
67
40
|
rubyforge_project:
|
68
|
-
rubygems_version: 1.
|
41
|
+
rubygems_version: 1.8.17
|
69
42
|
signing_key:
|
70
43
|
specification_version: 3
|
71
44
|
summary: A safe Plurk API wrapper based on Ruby and mainly designed for easily making
|
72
|
-
plurk robot.
|
45
|
+
plurk robot. installgem install tjplurker.
|
73
46
|
test_files: []
|