ppl 2.3.1 → 2.3.2

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: de5c3bfa9ec90c3aad5dace9f52e3ac33a24d53c
4
- data.tar.gz: 0c3ecacd962b11facb97e41d8ec59b3b64350554
3
+ metadata.gz: f78ab4014a9b354035e1db8d30b5d7e5feead607
4
+ data.tar.gz: 9cd1d4d4c960f1f71a0110658d45b332b68ba47b
5
5
  SHA512:
6
- metadata.gz: 40fc44570b1d55fcd8fe915798ed6913cdfa932a00bf785288b5bbae76b5afcb85d39eb81d0b69c2b7e6d81983f7ef4edab9a0058f15b5c37b845cc4e548f763
7
- data.tar.gz: 5eb285ac6574d192cb79f9a873c621b5f66ace980c6248703644d10ccb1d9d30df26d4cfa81f3e00870da9368355a07340390919fecdd8e714ec7bfa7ddb11ca
6
+ metadata.gz: 95b3748e64b1a93d5ddd04de527b1087fb2ceb548774bccded265d4bdaccbf394370a81f0c95d013216fcac7f4f429d9a37a0422c9495301c7deb2168a5f9bf5
7
+ data.tar.gz: f53d3186b95fbb1771bd260f27d4f6ece87a99e89b9dce7d72960fd3ff6974572ad1c9cff589b49f947cf98b03eb635b478108ec2e527b2a1a41dd420a731cf6
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ Copyright 2013 Henry Smith (henry@henrysmith.org)
2
+
3
+ This project is free software released under the MIT/X11 license:
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md CHANGED
@@ -12,9 +12,9 @@ ppl if:
12
12
  * You want ownership of your address book data back from the cloud
13
13
  * You prefer to keep your data stored in an open format
14
14
 
15
- [![Build Status](https://secure.travis-ci.org/h2s/ppl.png)](http://travis-ci.org/h2s/ppl)
16
- [![Code Climate](https://codeclimate.com/github/h2s/ppl.png)](https://codeclimate.com/github/h2s/ppl)
17
- [![Coverage Status](https://coveralls.io/repos/h2s/ppl/badge.png?branch=master)](https://coveralls.io/r/h2s/ppl?branch=master)
15
+ [![Build Status](https://secure.travis-ci.org/hnrysmth/ppl.png)](http://travis-ci.org/hnrysmth/ppl)
16
+ [![Code Climate](https://codeclimate.com/github/hnrysmth/ppl.png)](https://codeclimate.com/github/hnrysmth/ppl)
17
+ [![Coverage Status](https://coveralls.io/repos/hnrysmth/ppl/badge.png?branch=master)](https://coveralls.io/r/hnrysmth/ppl?branch=master)
18
18
 
19
19
  Installation
20
20
  ------------
@@ -76,7 +76,7 @@ Contributing
76
76
  ------------
77
77
 
78
78
  Bug reports, fixes, and additional features are encouraged. The project uses
79
- [Github issues](https://github.com/h2s/ppl/issues) to track bug reports.
79
+ [Github issues](https://github.com/hnrysmth/ppl/issues) to track bug reports.
80
80
 
81
81
  If you'd like to contribute code, please just bear in mind that ppl development
82
82
  is test-driven.
@@ -84,5 +84,6 @@ is test-driven.
84
84
  License
85
85
  -------
86
86
 
87
- ppl is licensed under the GNU GENERAL PUBLIC LICENSE Version 2.
87
+ ppl is released under the [MIT License].
88
88
 
89
+ [MIT License]: http://www.opensource.org/licenses/MIT
data/lib/ppl.rb CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  module Ppl
3
3
 
4
- Version = "2.3.1"
4
+ Version = "2.3.2"
5
5
 
6
6
  module Adapter
7
7
  end
@@ -9,5 +9,9 @@ class Ppl::Entity::EmailAddress
9
9
  @preferred = false
10
10
  end
11
11
 
12
+ def to_s()
13
+ return @address
14
+ end
15
+
12
16
  end
13
17
 
@@ -2,8 +2,8 @@
2
2
  Gem::Specification.new do |spec|
3
3
 
4
4
  spec.name = "ppl"
5
- spec.version = "2.3.1"
6
- spec.date = "2014-03-30"
5
+ spec.version = "2.3.2"
6
+ spec.date = "2015-01-05"
7
7
 
8
8
  spec.required_ruby_version = ">= 1.9.3"
9
9
 
@@ -1,3 +1,4 @@
1
+ # encoding: UTF-8
1
2
 
2
3
  describe Ppl::Format::Table do
3
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ppl
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henry Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-30 00:00:00.000000000 Z
11
+ date: 2015-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colored
@@ -98,70 +98,70 @@ dependencies:
98
98
  name: coveralls
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
- - - '>='
101
+ - - ">="
102
102
  - !ruby/object:Gem::Version
103
103
  version: '0'
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - '>='
108
+ - - ">="
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: cucumber
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  requirements:
115
- - - '>='
115
+ - - ">="
116
116
  - !ruby/object:Gem::Version
117
117
  version: '0'
118
118
  type: :development
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
- - - '>='
122
+ - - ">="
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: rspec
127
127
  requirement: !ruby/object:Gem::Requirement
128
128
  requirements:
129
- - - '>='
129
+ - - ">="
130
130
  - !ruby/object:Gem::Version
131
131
  version: '0'
132
132
  type: :development
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
- - - '>='
136
+ - - ">="
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0'
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: rake
141
141
  requirement: !ruby/object:Gem::Requirement
142
142
  requirements:
143
- - - '>='
143
+ - - ">="
144
144
  - !ruby/object:Gem::Version
145
145
  version: '0'
146
146
  type: :development
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
- - - '>='
150
+ - - ">="
151
151
  - !ruby/object:Gem::Version
152
152
  version: '0'
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: fakefs
155
155
  requirement: !ruby/object:Gem::Requirement
156
156
  requirements:
157
- - - '>='
157
+ - - ">="
158
158
  - !ruby/object:Gem::Version
159
159
  version: '0'
160
160
  type: :development
161
161
  prerelease: false
162
162
  version_requirements: !ruby/object:Gem::Requirement
163
163
  requirements:
164
- - - '>='
164
+ - - ">="
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0'
167
167
  description: ppl is a command-line address book using vCard & git for storage and
@@ -172,11 +172,12 @@ executables:
172
172
  extensions: []
173
173
  extra_rdoc_files: []
174
174
  files:
175
- - .gitignore
176
- - .rspec
177
- - .travis.yml
175
+ - ".gitignore"
176
+ - ".rspec"
177
+ - ".travis.yml"
178
178
  - COPYING
179
179
  - Gemfile
180
+ - LICENSE
180
181
  - README.md
181
182
  - Rakefile
182
183
  - bin/ppl
@@ -385,19 +386,18 @@ require_paths:
385
386
  - lib
386
387
  required_ruby_version: !ruby/object:Gem::Requirement
387
388
  requirements:
388
- - - '>='
389
+ - - ">="
389
390
  - !ruby/object:Gem::Version
390
391
  version: 1.9.3
391
392
  required_rubygems_version: !ruby/object:Gem::Requirement
392
393
  requirements:
393
- - - '>='
394
+ - - ">="
394
395
  - !ruby/object:Gem::Version
395
396
  version: '0'
396
397
  requirements: []
397
398
  rubyforge_project:
398
- rubygems_version: 2.0.3
399
+ rubygems_version: 2.4.3
399
400
  signing_key:
400
401
  specification_version: 4
401
402
  summary: The command line address book
402
403
  test_files: []
403
- has_rdoc: