rtlog 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/rtlog/archives.rb +0 -1
  3. metadata +3 -3
data/Rakefile CHANGED
@@ -19,7 +19,7 @@ DESCRIPTION = ""
19
19
  RUBYFORGE_PROJECT = "rtlog"
20
20
  HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org"
21
21
  BIN_FILES = %w( rtlog-create )
22
- VERS = "0.1.1"
22
+ VERS = "0.1.2"
23
23
 
24
24
  REV = File.read(".svn/entries")[/committed-rev="(d+)"/, 1] rescue nil
25
25
  CLEAN.include ['**/.*.sw?', '*.gem', '.config']
@@ -6,7 +6,6 @@ require 'active_support'
6
6
  require 'active_support/time'
7
7
  require 'active_support/json'
8
8
  require 'fileutils'
9
- require 'json/pure'
10
9
  require 'open-uri'
11
10
  require 'erb'
12
11
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rtlog
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - yuanying