rescuetime 0.3.3 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,6 @@
1
- # lib/rescuetime/version.rb
1
+ # frozen_string_literal: true
2
+
2
3
  module Rescuetime
3
4
  # rescuetime gem version number
4
- VERSION = '0.3.3'
5
+ VERSION = '0.4.0'.freeze
5
6
  end
@@ -1,4 +1,5 @@
1
1
  # coding: utf-8
2
+ # frozen_string_literal: true
2
3
  lib = File.expand_path('../lib', __FILE__)
3
4
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
5
  require 'rescuetime/version'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rescuetime
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lee Sharma
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-05-22 00:00:00.000000000 Z
11
+ date: 2016-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -155,9 +155,19 @@ files:
155
155
  - lib/rescuetime.rb
156
156
  - lib/rescuetime/client.rb
157
157
  - lib/rescuetime/collection.rb
158
+ - lib/rescuetime/configuration.rb
159
+ - lib/rescuetime/core_extensions.rb
160
+ - lib/rescuetime/core_extensions/object.rb
161
+ - lib/rescuetime/core_extensions/object/blank.rb
162
+ - lib/rescuetime/core_extensions/string.rb
158
163
  - lib/rescuetime/date_parser.rb
159
164
  - lib/rescuetime/errors.rb
165
+ - lib/rescuetime/formatters.rb
166
+ - lib/rescuetime/formatters/array_formatter.rb
167
+ - lib/rescuetime/formatters/base_formatter.rb
168
+ - lib/rescuetime/formatters/csv_formatter.rb
160
169
  - lib/rescuetime/query_buildable.rb
170
+ - lib/rescuetime/report_formatters.rb
161
171
  - lib/rescuetime/requester.rb
162
172
  - lib/rescuetime/version.rb
163
173
  - rescuetime.gemspec