rtt 0.0.0.23 → 0.0.0.24

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 (4) hide show
  1. data/Rakefile +1 -1
  2. data/lib/rtt.rb +1 -1
  3. data/rtt.gemspec +1 -1
  4. metadata +3 -3
data/Rakefile CHANGED
@@ -3,7 +3,7 @@ require 'echoe'
3
3
 
4
4
  # PACKAGING ============================================================
5
5
 
6
- Echoe.new('rtt', '0.0.0.23') do |p|
6
+ Echoe.new('rtt', '0.0.0.24') 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/lib/rtt.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/ruby -w
2
2
  require 'rubygems'
3
3
  gem 'activesupport', [ '>= 2.3.5', '<= 2.3.8' ]
4
- %w( activesupport dm-core dm-validations dm-migrations highline/import).each { |lib| require lib }
4
+ %w( active_support dm-core dm-validations dm-migrations highline/import).each { |lib| require lib }
5
5
  Dir[File.expand_path(File.join(File.dirname(__FILE__), 'rtt', '*'))].each { |lib| require lib; }
6
6
 
7
7
  module Rtt
@@ -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.23"
5
+ s.version = "0.0.0.24"
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"]
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: 97
4
+ hash: 127
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 0
10
- - 23
11
- version: 0.0.0.23
10
+ - 24
11
+ version: 0.0.0.24
12
12
  platform: ruby
13
13
  authors:
14
14
  - Marcelo Giorgi