taskwarrior 1.0.0 → 1.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
  SHA256:
3
- metadata.gz: 6aac12222b3d2328aa14bb14caa9311d1c2e12aa77c8e3850ca2120de75fd2aa
4
- data.tar.gz: 3e9550497f5cb2eb240819d47a2cfcd4b8b2352caa91b54a2238066f30465a2d
3
+ metadata.gz: 581193a475b133e0ca21495d987b886eeed5d93bec7fc3126b62cf333cbf6970
4
+ data.tar.gz: 66f84afd730548f91f478e0d52bb89c4788ce0a5a6a686257cbfff17c0f97231
5
5
  SHA512:
6
- metadata.gz: 74d7f8653b90aa92ce15272793d1d5778f8923ebbe509baf90838cc029d0d7e2d0d26a0f174b02951e08215cb15184dfb22361e06ffc4381f822107a940de273
7
- data.tar.gz: 9c9dea3ce097baa4a0dc3d88ff8236b83344ac8cb1dc168c5672e07d655995cf6121af4da8915a6d5f9aa33b6aff615f42d961f990fa7f70fd8bcf56cae09b24
6
+ metadata.gz: 3bcc7f26579c76743c055b440e1769f135d7ae551f95863b43967213a2069e52fb98c0a5bdaf609b1f71e798bdd940715c04f14c765ca4f247b395df7d984f58
7
+ data.tar.gz: 645c88a3193b50b01b6f3aa74185718675a7f412ffc215aff053aa313a4295600d4250f4822548e51174790037b3b7ffc362a6d2273cc4e0fd771326905f7b4b
@@ -1 +1 @@
1
- 2.5.1
1
+ 2.5.3
@@ -8,6 +8,5 @@ before_script:
8
8
  - echo data.location=~/.task > ~/.taskrc
9
9
 
10
10
  before_install:
11
- - echo | sudo add-apt-repository ppa:ultrafredde/ppa
12
11
  - sudo apt-get update
13
12
  - sudo apt-get install task
@@ -8,7 +8,7 @@ module TaskWarrior
8
8
  @attributes
9
9
  else
10
10
  @attributes = attr
11
- @attributes.each { |attr| send('attr_accessor', attr) }
11
+ @attributes.each { |a| send('attr_accessor', a) }
12
12
  end
13
13
  end
14
14
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TaskWarrior
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.1'
5
5
  end
@@ -2,6 +2,7 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  require File.expand_path('lib/taskwarrior/version', __dir__)
5
+ require 'English'
5
6
 
6
7
  Gem::Specification.new do |gem|
7
8
  gem.authors = ['Nicholas E. Rabenau']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: taskwarrior
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas E. Rabenau
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-31 00:00:00.000000000 Z
11
+ date: 2018-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel