ppl 1.0.1 → 1.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.
Files changed (4) hide show
  1. data/README.md +4 -51
  2. data/lib/ppl.rb +1 -1
  3. data/ppl.gemspec +5 -1
  4. metadata +35 -2
data/README.md CHANGED
@@ -4,8 +4,9 @@
4
4
  |__| |__| |_____|
5
5
 
6
6
 
7
- ppl aims to be address book software for command-line users. It's pronounced
8
- like "people". You might be interested in ppl if:
7
+ [ppl](http://ppladdressbook.org) aims to be address book software for
8
+ command-line users. It's pronounced like "people". You might be interested in
9
+ ppl if:
9
10
 
10
11
  * You like using the command-line
11
12
  * You want ownership of your address book data back from the cloud
@@ -69,57 +70,9 @@ $ ppl email dave david@example.org
69
70
 
70
71
  ### Change a contact's birthday
71
72
  ```bash
72
- $ ppl birthday john 1980-01-01
73
+ $ ppl bday john 1980-01-01
73
74
  ```
74
75
 
75
- Roadmap
76
- -------
77
-
78
- One of the core ideas of ppl is for it to turn your address book into a Git
79
- repository. In an earlier version, this was achieved using
80
- [Rugged](https://github.com/libgit2/rugged). This functionality will be added
81
- back in so that contact information can be easily synced between computers. In
82
- the meantime, ppl simply writes to disk.
83
-
84
- Other data about contacts will also be supported, such as:
85
- * Postal addresses
86
- * Phone numbers
87
- * The name of the organization to which the contact belongs
88
- * The position of the contact within their organization
89
-
90
- The email address handling is currently very rudimentary. The eventual plan is
91
- to support storage of several addresses per contact. Addresses will be able to
92
- be organized according to location, such as "home" or "work", and it will be
93
- possible to mark a particular address as "preferred" for each location.
94
-
95
- Here's a quick mockup of the sort of output `ppl show` should produce a little
96
- further down the road once some of these goals have been reached:
97
-
98
- Fred Smith <fred.smith@example.org>
99
-
100
- -- Email Addresses -------------------------------------------------------------
101
-
102
- Home
103
- * fred.smith@example.org
104
- fsmith@aol.com
105
-
106
- Work
107
- * fred.smith@megacorp.com
108
- fred.s.123@initrode.net
109
-
110
- -- Postal Addresses ------------------------------------------------------------
111
-
112
- Home
113
- 1 Testing Road, TestVille, Testing, CA, 12345
114
-
115
- Work
116
- 30 Business Road, TestVille, Testing, CA, 23454
117
-
118
- -- Telephone Numbers -----------------------------------------------------------
119
-
120
- 01234567891
121
- 09876541233
122
-
123
76
  Contributing
124
77
  ------------
125
78
 
data/lib/ppl.rb CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  module Ppl
3
3
 
4
- Version = "1.0.0"
4
+ Version = "1.0.3"
5
5
 
6
6
  module Adapter
7
7
  end
data/ppl.gemspec CHANGED
@@ -2,13 +2,17 @@
2
2
  Gem::Specification.new do |spec|
3
3
 
4
4
  spec.name = "ppl"
5
- spec.version = "1.0.1"
5
+ spec.version = "1.0.3"
6
6
  spec.date = "2012-12-20"
7
7
 
8
8
  spec.summary = "CLI Address Book"
9
9
  spec.description = "CLI Address Book"
10
10
  spec.license = "GPL-2"
11
11
 
12
+ spec.add_dependency("inifile", "2.0.2")
13
+ spec.add_dependency("rugged", "0.17.0.b6")
14
+ spec.add_dependency("vpim", "0.695")
15
+
12
16
  spec.authors = ["Henry Smith"]
13
17
  spec.email = "henry@henrysmith.org"
14
18
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ppl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,40 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
  date: 2012-12-20 00:00:00.000000000 Z
13
- dependencies: []
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: inifile
16
+ requirement: &6890400 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - =
20
+ - !ruby/object:Gem::Version
21
+ version: 2.0.2
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: *6890400
25
+ - !ruby/object:Gem::Dependency
26
+ name: rugged
27
+ requirement: &6889120 !ruby/object:Gem::Requirement
28
+ none: false
29
+ requirements:
30
+ - - =
31
+ - !ruby/object:Gem::Version
32
+ version: 0.17.0.b6
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: *6889120
36
+ - !ruby/object:Gem::Dependency
37
+ name: vpim
38
+ requirement: &6888440 !ruby/object:Gem::Requirement
39
+ none: false
40
+ requirements:
41
+ - - =
42
+ - !ruby/object:Gem::Version
43
+ version: '0.695'
44
+ type: :runtime
45
+ prerelease: false
46
+ version_requirements: *6888440
14
47
  description: CLI Address Book
15
48
  email: henry@henrysmith.org
16
49
  executables: