rtt 0.0.0.8 → 0.0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- data/Manifest +0 -2
- data/Rakefile +1 -1
- data/db/rtt.sqlite3 +0 -0
- data/rtt.gemspec +2 -2
- metadata +3 -5
- data/db/rtt2.sqlite3 +0 -0
- data/db/test.sqlite3 +0 -0
data/Manifest
CHANGED
data/Rakefile
CHANGED
@@ -3,7 +3,7 @@ require 'echoe'
|
|
3
3
|
|
4
4
|
# PACKAGING ============================================================
|
5
5
|
|
6
|
-
Echoe.new('rtt', '0.0.0.
|
6
|
+
Echoe.new('rtt', '0.0.0.9') do |p|
|
7
7
|
p.description = 'RTT is a tool for tracking time'
|
8
8
|
p.url = 'http://github.com/marklazz/rtt'
|
9
9
|
p.author = 'Marcelo Giorgi'
|
data/db/rtt.sqlite3
CHANGED
Binary file
|
data/rtt.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{rtt}
|
5
|
-
s.version = "0.0.0.
|
5
|
+
s.version = "0.0.0.9"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Marcelo Giorgi"]
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
|
|
12
12
|
s.email = %q{marklazz.uy@gmail.com}
|
13
13
|
s.executables = ["rtt"]
|
14
14
|
s.extra_rdoc_files = ["LICENSE", "README.rdoc", "bin/rtt", "lib/rtt.rb", "lib/rtt/client.rb", "lib/rtt/cmd_line_parser.rb", "lib/rtt/hash_extensions.rb", "lib/rtt/interactive_configurator.rb", "lib/rtt/project.rb", "lib/rtt/query_builder.rb", "lib/rtt/report_generator.rb", "lib/rtt/storage.rb", "lib/rtt/task.rb", "lib/rtt/user.rb", "tasks/rtt.rake"]
|
15
|
-
s.files = ["LICENSE", "Manifest", "README.rdoc", "Rakefile", "USAGE.txt", "bin/rtt", "db/rtt.sqlite3", "
|
15
|
+
s.files = ["LICENSE", "Manifest", "README.rdoc", "Rakefile", "USAGE.txt", "bin/rtt", "db/rtt.sqlite3", "lib/rtt.rb", "lib/rtt/client.rb", "lib/rtt/cmd_line_parser.rb", "lib/rtt/hash_extensions.rb", "lib/rtt/interactive_configurator.rb", "lib/rtt/project.rb", "lib/rtt/query_builder.rb", "lib/rtt/report_generator.rb", "lib/rtt/storage.rb", "lib/rtt/task.rb", "lib/rtt/user.rb", "log/rtt.sqlite3", "rtt.gemspec", "spec/datamapper_spec_helper.rb", "spec/lib/rtt/task_spec.rb", "spec/lib/rtt_spec.rb", "tasks/rtt.rake", "todo.txt", "vendor/highline-1.5.2/CHANGELOG", "vendor/highline-1.5.2/INSTALL", "vendor/highline-1.5.2/LICENSE", "vendor/highline-1.5.2/README", "vendor/highline-1.5.2/Rakefile", "vendor/highline-1.5.2/TODO", "vendor/highline-1.5.2/examples/ansi_colors.rb", "vendor/highline-1.5.2/examples/asking_for_arrays.rb", "vendor/highline-1.5.2/examples/basic_usage.rb", "vendor/highline-1.5.2/examples/color_scheme.rb", "vendor/highline-1.5.2/examples/limit.rb", "vendor/highline-1.5.2/examples/menus.rb", "vendor/highline-1.5.2/examples/overwrite.rb", "vendor/highline-1.5.2/examples/page_and_wrap.rb", "vendor/highline-1.5.2/examples/password.rb", "vendor/highline-1.5.2/examples/trapping_eof.rb", "vendor/highline-1.5.2/examples/using_readline.rb", "vendor/highline-1.5.2/lib/highline.rb", "vendor/highline-1.5.2/lib/highline/color_scheme.rb", "vendor/highline-1.5.2/lib/highline/compatibility.rb", "vendor/highline-1.5.2/lib/highline/import.rb", "vendor/highline-1.5.2/lib/highline/menu.rb", "vendor/highline-1.5.2/lib/highline/question.rb", "vendor/highline-1.5.2/lib/highline/system_extensions.rb", "vendor/highline-1.5.2/setup.rb", "vendor/highline-1.5.2/test/tc_color_scheme.rb", "vendor/highline-1.5.2/test/tc_highline.rb", "vendor/highline-1.5.2/test/tc_import.rb", "vendor/highline-1.5.2/test/tc_menu.rb", "vendor/highline-1.5.2/test/ts_all.rb"]
|
16
16
|
s.homepage = %q{http://github.com/marklazz/rtt}
|
17
17
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Rtt", "--main", "README.rdoc"]
|
18
18
|
s.require_paths = ["lib"]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rtt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 93
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
9
|
- 0
|
10
|
-
-
|
11
|
-
version: 0.0.0.
|
10
|
+
- 9
|
11
|
+
version: 0.0.0.9
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Marcelo Giorgi
|
@@ -157,8 +157,6 @@ files:
|
|
157
157
|
- USAGE.txt
|
158
158
|
- bin/rtt
|
159
159
|
- db/rtt.sqlite3
|
160
|
-
- db/rtt2.sqlite3
|
161
|
-
- db/test.sqlite3
|
162
160
|
- lib/rtt.rb
|
163
161
|
- lib/rtt/client.rb
|
164
162
|
- lib/rtt/cmd_line_parser.rb
|
data/db/rtt2.sqlite3
DELETED
Binary file
|
data/db/test.sqlite3
DELETED
Binary file
|