thartm 0.1.3 → 0.1.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.
- data/README.rdoc +4 -4
- data/Rakefile +1 -1
- data/VERSION +1 -1
- metadata +2 -22
data/README.rdoc
CHANGED
|
@@ -17,12 +17,12 @@ puts those keys in a .rtm file in your $HOME
|
|
|
17
17
|
the file is supposed to be in YAML format
|
|
18
18
|
|
|
19
19
|
example:
|
|
20
|
-
key: yourkey
|
|
21
|
-
secret: yoursecret
|
|
22
|
-
tz: your timezone (UTC, GMT etc..)
|
|
20
|
+
* key: yourkey
|
|
21
|
+
* secret: yoursecret
|
|
22
|
+
* tz: your timezone (UTC, GMT etc..)
|
|
23
23
|
|
|
24
24
|
Than you have to authorize the app and obtain the authorization token
|
|
25
|
-
start thartm command line interface
|
|
25
|
+
start thartm command line interface (executable is named rrtm for brevity)
|
|
26
26
|
and you'll be prompted for an url
|
|
27
27
|
|
|
28
28
|
The auth method could be better. I now.. give me some time :)
|
data/Rakefile
CHANGED
|
@@ -10,7 +10,7 @@ begin
|
|
|
10
10
|
gem.email = "thamayor@gmail.com"
|
|
11
11
|
gem.homepage = "http://github.com/ghedamat/thartm"
|
|
12
12
|
gem.authors = ["tha"]
|
|
13
|
-
gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
|
|
13
|
+
#gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
|
|
14
14
|
gem.files = FileList["[A-Z]*", "{bin,generators,lib,test}/**/*", ]
|
|
15
15
|
gem.add_dependency 'tzinfo'
|
|
16
16
|
gem.add_dependency 'libxml-ruby'
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.4
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thartm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- tha
|
|
@@ -9,19 +9,9 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2010-06
|
|
12
|
+
date: 2010-07-06 00:00:00 +02:00
|
|
13
13
|
default_executable: rrtm
|
|
14
14
|
dependencies:
|
|
15
|
-
- !ruby/object:Gem::Dependency
|
|
16
|
-
name: thoughtbot-shoulda
|
|
17
|
-
type: :development
|
|
18
|
-
version_requirement:
|
|
19
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
20
|
-
requirements:
|
|
21
|
-
- - ">="
|
|
22
|
-
- !ruby/object:Gem::Version
|
|
23
|
-
version: "0"
|
|
24
|
-
version:
|
|
25
15
|
- !ruby/object:Gem::Dependency
|
|
26
16
|
name: tzinfo
|
|
27
17
|
type: :runtime
|
|
@@ -42,16 +32,6 @@ dependencies:
|
|
|
42
32
|
- !ruby/object:Gem::Version
|
|
43
33
|
version: "0"
|
|
44
34
|
version:
|
|
45
|
-
- !ruby/object:Gem::Dependency
|
|
46
|
-
name: thoughtbot-shoulda
|
|
47
|
-
type: :development
|
|
48
|
-
version_requirement:
|
|
49
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
50
|
-
requirements:
|
|
51
|
-
- - ">="
|
|
52
|
-
- !ruby/object:Gem::Version
|
|
53
|
-
version: "0"
|
|
54
|
-
version:
|
|
55
35
|
- !ruby/object:Gem::Dependency
|
|
56
36
|
name: tzinfo
|
|
57
37
|
type: :runtime
|