runoff 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d4aeef27e77018f295faf0e6f43909ddf9516f71
4
- data.tar.gz: 13d13befb22b12e797673c36448a44dfed2467e8
3
+ metadata.gz: 76e64409a6f2d4e87cf9b4523428e07f37881b29
4
+ data.tar.gz: cb8090e33791b96f0911a457225f94c3348486fe
5
5
  SHA512:
6
- metadata.gz: 2a739d9f63e5176c2563de12886bf4bfcddaf955446e55a6a714d734710e3a3743218569ca6fd78c25677f598eb2fed56b04fd6ccf8e3d04632fa78d9bf2d835
7
- data.tar.gz: d58f520e774251942f003a61adcb6576364db95d0656b39584157fe7ea37eaae6a4338f4f5ebf896f15a690c195af89878d76bb160f44d4a831c4f6052729511
6
+ metadata.gz: c58d95c022d9418557330a5888913ff72f4d73337c9af353f95edc2a6ad7cd0a7c6f07afb1f36e547bd2ad25c5d891e19466d3e68b14f5bc317ed3ecef057180
7
+ data.tar.gz: 9639131d7e886b13c5e86ef6bc6979f6c0af83c2941430b60b8ce246b85b651728210bfbbc73c17f6f6e42c00ccf91036d6ae7e7bee40b9e3ee3087230450b2b
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # runoff
2
2
  ## About
3
3
 
4
+ [![Gem Version](https://badge.fury.io/rb/runoff.png)](http://badge.fury.io/rb/runoff)
5
+
4
6
  A few years ago I had enough of loosing my Skype chat history every time I reinstalled the operating system, so I decided to write a small application that could export it as plain text files. The application was called SDBR and it was an open source project that I do not maintain anymore. Why? I could say that I lost my interest in it, but the real reason probably is the implementation.
5
7
 
6
8
  SDBR was written in C# using WPF, therefore it ran only on Windows. Moreover, it was a GUI application. Yeah, that's a problem, because you don't need the GUI for this kind of functionality. runoff is a command-line tool, that automates the process of exporting your chat history.
@@ -1,5 +1,4 @@
1
1
  require_relative 'command'
2
- require 'pry'
3
2
 
4
3
  module Runoff
5
4
  # Public: Command classes used by the executable.
@@ -1,3 +1,3 @@
1
1
  module Runoff
2
- VERSION = '2.0.0'
2
+ VERSION = '2.0.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runoff
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aigars Dzerviniks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-09 00:00:00.000000000 Z
11
+ date: 2014-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sequel
@@ -119,7 +119,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
119
119
  version: '0'
120
120
  requirements: []
121
121
  rubyforge_project:
122
- rubygems_version: 2.2.2
122
+ rubygems_version: 2.0.14
123
123
  signing_key:
124
124
  specification_version: 4
125
125
  summary: Tool to export Skype chat history from the SQLite database to text files