potam 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 77cbb3b257f108a070084b38332248f64a9a6ffa
4
- data.tar.gz: b3a1a22516f51f4dcaead9e8adb9f2a0466f7080
3
+ metadata.gz: 7d69ca159ce24674fd0c3c6dfa75f6923c34d7a9
4
+ data.tar.gz: 095f900219a6aad5e6fbcdffd94f81453cdc5d38
5
5
  SHA512:
6
- metadata.gz: 05d2fc2a0c1dafd89cbf0965bd78a2491e45fa6ef8490dbc2352634d3111630de8501d226d623da38c8154dd34f4bd914a55525635ca738b046d856601ec1c3a
7
- data.tar.gz: c7cdd77ab4defc3371cf9223d8a6d761538815eb1906b334f64513e54491642d0fabdb248b440140993fed3e73f9804e6048b02714947b2230bbcb7d6126808a
6
+ metadata.gz: d67a320b764af232ce7c641a2c2386fc851dce43492e5c1aa2daa63c0298be8a2d450ac7d39a2ddb440c45de992fd47988d085de0db1352efa20f7f63a94f3e0
7
+ data.tar.gz: 682d81db3152a35686d3e4f50ceced61ac750f96be7ffa6a042d16563d87f7ab592f23b37d004c66ae458fcddf2d6edaa035a8d20efe5a48c7fccc828d069717
data/Gemfile.lock CHANGED
@@ -1,8 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- potam (0.0.1)
4
+ potam (0.0.2)
5
5
  gli (= 2.12.2)
6
+ sequel
7
+ unicode
6
8
 
7
9
  GEM
8
10
  remote: https://rubygems.org/
data/db/potam.db CHANGED
Binary file
data/lib/potam/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Potam
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
data/potam-0.0.2.gem ADDED
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: potam
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
  - Michael
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-15 00:00:00.000000000 Z
11
+ date: 2014-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -109,8 +109,6 @@ files:
109
109
  - README.rdoc
110
110
  - Rakefile
111
111
  - bin/potam
112
- - db/old.db
113
- - db/old2.db
114
112
  - db/potam.db
115
113
  - features/addnote.feature
116
114
  - features/addtask.feature
@@ -131,6 +129,7 @@ files:
131
129
  - lib/tasks.rb
132
130
  - lib/timer.rb
133
131
  - potam-0.0.1.gem
132
+ - potam-0.0.2.gem
134
133
  - potam.gemspec
135
134
  - potam.rdoc
136
135
  - results.html
data/db/old.db DELETED
Binary file
data/db/old2.db DELETED
Binary file