xttc 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/cli.rb +0 -2
- data/lib/xttc.rb +2 -4
- metadata +7 -5
data/lib/cli.rb
CHANGED
data/lib/xttc.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xttc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jesse Newland
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date:
|
13
|
+
date: 2010-01-28 00:00:00 -05:00
|
14
14
|
default_executable: xttc
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
@@ -66,8 +66,10 @@ files:
|
|
66
66
|
- bin/xttc
|
67
67
|
- lib/xttc.rb
|
68
68
|
- lib/cli.rb
|
69
|
-
has_rdoc:
|
69
|
+
has_rdoc: true
|
70
70
|
homepage: http://github.com/jnewland
|
71
|
+
licenses: []
|
72
|
+
|
71
73
|
post_install_message:
|
72
74
|
rdoc_options: []
|
73
75
|
|
@@ -88,9 +90,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
88
90
|
requirements: []
|
89
91
|
|
90
92
|
rubyforge_project: xttc
|
91
|
-
rubygems_version: 1.3.
|
93
|
+
rubygems_version: 1.3.5
|
92
94
|
signing_key:
|
93
|
-
specification_version:
|
95
|
+
specification_version: 3
|
94
96
|
summary: A command line bot for working with XTT, ENTP's rad time tracking app
|
95
97
|
test_files: []
|
96
98
|
|