xttc 0.1.6 → 0.1.7

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 (3) hide show
  1. data/lib/cli.rb +0 -2
  2. data/lib/xttc.rb +2 -4
  3. metadata +7 -5
data/lib/cli.rb CHANGED
@@ -1,5 +1,3 @@
1
- gem 'main', '>= 2.8.2'
2
- gem 'highline', '>= 1.4.0'
3
1
  require 'main'
4
2
  require 'highline/import'
5
3
 
data/lib/xttc.rb CHANGED
@@ -1,8 +1,6 @@
1
1
  require 'yaml'
2
-
3
- require 'rubygems'
4
- require 'activesupport'
5
- require 'activeresource'
2
+ require 'active_support'
3
+ require 'active_resource'
6
4
 
7
5
  begin
8
6
  CONFIG = YAML.load(File.read(ENV['HOME'] + '/.xttc'))
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.6
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: 2008-02-15 00:00:00 -05:00
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: false
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.1
93
+ rubygems_version: 1.3.5
92
94
  signing_key:
93
- specification_version: 2
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