time_frame 0.0.2 → 0.0.3

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: 4b1557a07374e6920452eb537ce6fdaccfcc803e
4
- data.tar.gz: 21f70e14bd56943add7fc321025cc23c0c662d2d
3
+ metadata.gz: 65713f31c104bfb6a45f3464066c6aab75fc5625
4
+ data.tar.gz: 26482274bbefe471ed82898bb83ca54d9f0de24f
5
5
  SHA512:
6
- metadata.gz: 25975d48bc929e8d07a5a93bbc3f17c1eab3067b3c7b3a36d15a978f0df7baae5506f8d94b3dddd7060e4acf52accdf7974aa15f3632f688758d34bae7d95fbe
7
- data.tar.gz: b2dfd3edaa44eec8a63a08b50befe96f11906b5bd8b4248ec333a4499f3312538f4ec4f65ab9f41ee515891d52ef938b7794262941f2d6fdf08c2842e15454b2
6
+ metadata.gz: 33e2f6f6ac48f5c59b5e0adf7b49a0bb0482c1fb254fd6b385b3f1b09d2fa28a4399326809cfb81fd01df53922853ebc8f14cfd8bdbea0b4a4cef39bbf120c14
7
+ data.tar.gz: fb4e69a35ae2df6e4ca0adcdf8feb498f5fc124f53613e68a5b02be9a7a0684d040c25261416516f068a6c0c70c427fbcf40beca0157cd0e25d49bb6539c921c
data/.gitignore CHANGED
@@ -18,3 +18,5 @@ spec/reports
18
18
  test/tmp
19
19
  test/version_tmp
20
20
  tmp
21
+ Gemfile.lock
22
+
@@ -0,0 +1,3 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.1.2
data/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  [![Gem Version](https://badge.fury.io/rb/time_frame.svg)](http://badge.fury.io/rb/time_frame)
4
4
  [![Dependency Status](https://gemnasium.com/injixo/time_frame.svg)](https://gemnasium.com/injixo/time_frame)
5
5
  [![Code Climate](https://codeclimate.com/github/injixo/time_frame.png)](https://codeclimate.com/github/injixo/time_frame)
6
+ [![Build Status](https://travis-ci.org/injixo/time_frame.svg?branch=master)](https://travis-ci.org/injixo/time_frame)
6
7
 
7
8
  ## Installation
8
9
 
@@ -1,4 +1,4 @@
1
1
  # gem version
2
2
  class TimeFrame
3
- VERSION = '0.0.2'
3
+ VERSION = '0.0.3'
4
4
  end
@@ -1,5 +1,5 @@
1
1
  # coding: utf-8
2
- require 'english'
2
+ require 'English'
3
3
 
4
4
  lib = File.expand_path('../lib', __FILE__)
5
5
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: time_frame
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Derichs
@@ -38,8 +38,8 @@ files:
38
38
  - ".gitignore"
39
39
  - ".rubocop.yml"
40
40
  - ".ruby-version"
41
+ - ".travis.yml"
41
42
  - Gemfile
42
- - Gemfile.lock
43
43
  - README.md
44
44
  - Rakefile
45
45
  - lib/time_frame.rb
@@ -1,84 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- time_frame (0.0.2)
5
- activesupport (~> 4.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- activesupport (4.1.1)
11
- i18n (~> 0.6, >= 0.6.9)
12
- json (~> 1.7, >= 1.7.7)
13
- minitest (~> 5.1)
14
- thread_safe (~> 0.1)
15
- tzinfo (~> 1.1)
16
- ast (2.0.0)
17
- builder (3.2.2)
18
- diff-lcs (1.2.5)
19
- docile (1.1.3)
20
- faraday (0.9.0)
21
- multipart-post (>= 1.2, < 3)
22
- geminabox (0.12.4)
23
- builder
24
- faraday
25
- httpclient (>= 2.2.7)
26
- nesty
27
- sinatra (>= 1.2.7)
28
- httpclient (2.3.4.1)
29
- i18n (0.6.9)
30
- json (1.8.1)
31
- minitest (5.3.4)
32
- multi_json (1.10.0)
33
- multipart-post (2.0.0)
34
- nesty (1.0.2)
35
- parser (2.1.9)
36
- ast (>= 1.1, < 3.0)
37
- slop (~> 3.4, >= 3.4.5)
38
- powerpack (0.0.9)
39
- rack (1.5.2)
40
- rack-protection (1.5.3)
41
- rack
42
- rainbow (2.0.0)
43
- rake (10.3.2)
44
- rspec (2.14.1)
45
- rspec-core (~> 2.14.0)
46
- rspec-expectations (~> 2.14.0)
47
- rspec-mocks (~> 2.14.0)
48
- rspec-core (2.14.8)
49
- rspec-expectations (2.14.5)
50
- diff-lcs (>= 1.1.3, < 2.0)
51
- rspec-mocks (2.14.6)
52
- rubocop (0.21.0)
53
- json (>= 1.7.7, < 2)
54
- parser (~> 2.1.9)
55
- powerpack (~> 0.0.6)
56
- rainbow (>= 1.99.1, < 3.0)
57
- ruby-progressbar (~> 1.4)
58
- ruby-progressbar (1.5.1)
59
- simplecov (0.8.2)
60
- docile (~> 1.1.0)
61
- multi_json
62
- simplecov-html (~> 0.8.0)
63
- simplecov-html (0.8.0)
64
- sinatra (1.4.5)
65
- rack (~> 1.4)
66
- rack-protection (~> 1.4)
67
- tilt (~> 1.3, >= 1.3.4)
68
- slop (3.5.0)
69
- thread_safe (0.3.3)
70
- tilt (1.4.1)
71
- tzinfo (1.1.0)
72
- thread_safe (~> 0.1)
73
-
74
- PLATFORMS
75
- ruby
76
-
77
- DEPENDENCIES
78
- bundler
79
- geminabox
80
- rake
81
- rspec
82
- rubocop
83
- simplecov
84
- time_frame!