treequel 1.10.0 → 1.11.0

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: f3be97d20ed307afe7f4a2edef946f0e3c24a578
4
+ data.tar.gz: d096d4880b5ba8ded8c55ba170ad4b1be948d2e5
5
+ SHA512:
6
+ metadata.gz: dd9f4e001fb55d732fb539ff95fd793dceb578d43eb305258e03b70450b77630aa01b6c0a2625afb2be0d32cf4753d01f7594ce98fe683a09b77dfce58e906eb
7
+ data.tar.gz: d0eda7c089ad15ef9501e0f17e01b6965cb04d9076db97d8b8657e04e9d9a3722952d8e14d9296173614d33bb3b52dd08f62ce626ca71655b9b166d8214704af
checksums.yaml.gz.sig ADDED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/ChangeLog CHANGED
@@ -1,8 +1,52 @@
1
+ 2016-06-29 Mahlon E. Smith <mahlon@martini.nu>
2
+
3
+ * Rakefile:
4
+ Fix ruby-ldap flub.
5
+ [12b1891f60a5] [tip]
6
+
7
+ * History.rdoc, lib/treequel.rb:
8
+ Update to v1.11.0
9
+ [b7398723baf6]
10
+
11
+ * .rvmrc, LICENSE, README.rdoc, Rakefile,
12
+ spec/treequel/filter_spec.rb:
13
+ Bump minimum versions for ruby, ruby-ldap. Copyright year update.
14
+ [d22be874f271]
15
+
16
+ 2015-08-20 Mahlon E. Smith <mahlon@laika.com>
17
+
18
+ * lib/treequel/model.rb, spec/treequel/model_spec.rb:
19
+ Mimic Sequel::Model's model validation bypass for #save.
20
+ [51d7d4858787]
21
+
22
+ 2013-07-08 Mahlon E. Smith <mahlon@laika.com>
23
+
24
+ * Rakefile, lib/treequel/sequel_integration.rb:
25
+ Implicitly require the Sequel core_extensions plugin.
26
+ [f1a42d60a5cb]
27
+
28
+ 2012-08-30 Michael Granger <ged@FaerieMUD.org>
29
+
30
+ * lib/treequel/directory.rb:
31
+ Fix the documentation of the timeout options for
32
+ Treequel::Directory#search.\n
33
+
34
+ Thanks to Matthias Radde for spotting this.
35
+ [b5bb56bb92e4]
36
+
1
37
  2012-08-29 Michael Granger <ged@FaerieMUD.org>
2
38
 
39
+ * .hgtags:
40
+ Added tag v1.10.0 for changeset d7fe2a391493
41
+ [072744c880f5]
42
+
43
+ * .hgsigs:
44
+ Added signature for changeset 0fa0df1acab0
45
+ [d7fe2a391493] [v1.10.0]
46
+
3
47
  * History.rdoc, lib/treequel.rb:
4
48
  Bumped the minor version, updated history.
5
- [0fa0df1acab0] [tip]
49
+ [0fa0df1acab0]
6
50
 
7
51
  * .rvm.gems, Manifest.txt, README.rdoc, Rakefile, bin/treeirb,
8
52
  bin/treequel, bin/treewhat, lib/treequel/branch.rb:
@@ -119,7 +163,7 @@
119
163
 
120
164
  Thanks to Mahlon E. Smith for pointing out the problem and pairing
121
165
  with me to fix it.
122
- [800c5704d3d0] [github/master]
166
+ [800c5704d3d0]
123
167
 
124
168
  * lib/treequel/mixins.rb, lib/treequel/model.rb:
125
169
  Clean up whitespace and fix grammar
@@ -158,16 +202,6 @@
158
202
  Whitespace cleanup.
159
203
  [de64de3dad50]
160
204
 
161
- 2012-01-30 Michael Granger <ged@FaerieMUD.org>
162
-
163
- * .hgtags:
164
- Added tag v1.8.3 for changeset c9e91880eeb9
165
- [142d9a553024]
166
-
167
- * .hgsigs:
168
- Added signature for changeset 5bab245f02aa
169
- [c9e91880eeb9] [v1.8.3]
170
-
171
205
  2012-01-27 Michael Granger <ged@FaerieMUD.org>
172
206
 
173
207
  * .rspec-tm, .rvm.gems, .rvmrc:
@@ -180,6 +214,16 @@
180
214
  Fixing a link in the README
181
215
  [55b0f2e1048e]
182
216
 
217
+ 2012-01-30 Michael Granger <ged@FaerieMUD.org>
218
+
219
+ * .hgtags:
220
+ Added tag v1.8.3 for changeset c9e91880eeb9
221
+ [142d9a553024]
222
+
223
+ * .hgsigs:
224
+ Added signature for changeset 5bab245f02aa
225
+ [c9e91880eeb9] [v1.8.3]
226
+
183
227
  2012-01-25 Michael Granger <ged@FaerieMUD.org>
184
228
 
185
229
  * lib/treequel/monkeypatches.rb:
@@ -1204,8 +1248,7 @@
1204
1248
  More work on the new Treequel::Model functionality:
1205
1249
  * Cached converted attribute values are no longer frozen (for Model,
1206
1250
  anyway), since modifications are determined by diffing against it.
1207
- This also allows one to turn off that behavior for Branch, as
1208
- well.
1251
+ This also allows one to turn off that behavior for Branch, as well.
1209
1252
  * Fixed a bug in attribute deletion/merging when the converted
1210
1253
  attribute hadn't been cached yet.
1211
1254
  * Added Treequel::Model#revert
@@ -1787,9 +1830,9 @@
1787
1830
  * lib/treequel/filter.rb, lib/treequel/model.rb:
1788
1831
  Filter component symmetry, Model refactor
1789
1832
  * Added an append method for Treequel::Filter::AndComponent to serve
1790
- as the underpinnings for an .and() method as soon as I figure out
1791
- a way to track the last-appended component so I can
1792
- collapse/follow apprpriately.
1833
+ as the underpinnings for an .and() method as soon as I figure out a
1834
+ way to track the last-appended component so I can collapse/follow
1835
+ apprpriately.
1793
1836
  * Refactored Treequel::Model#find_attribute_type
1794
1837
  [2f741e5294bf]
1795
1838
 
@@ -1873,8 +1916,8 @@
1873
1916
  * bin/treequel, lib/treequel/model.rb, spec/treequel/model_spec.rb:
1874
1917
  Fixes for Apache DS and bugfix in Treequel::Model.
1875
1918
  * Don't assume the 'structuralObjectClass' operational attribute
1876
- exists in entries in the Treequel shell; Apache DS, for one,
1877
- doesn't have it.
1919
+ exists in entries in the Treequel shell; Apache DS, for one, doesn't
1920
+ have it.
1878
1921
  * Fix a bug in Treequel::Model which caused under_barred attributes
1879
1922
  not to try their camelCased equivalent.
1880
1923
  [c61373e3dc49]
@@ -1887,8 +1930,7 @@
1887
1930
  * Fixed Treequel::Model registration logic for objectclasses with no
1888
1931
  model_bases by registering them under the empty-string DN.
1889
1932
  * Return duplicates from
1890
- Treequel::Model::ObjectClass::model_objectclasses and
1891
- ::model_bases.
1933
+ Treequel::Model::ObjectClass::model_objectclasses and ::model_bases.
1892
1934
  * Add an alias for #include_operational_attrs ->
1893
1935
  include_operational_attributes
1894
1936
  [601003ff3077]
@@ -2323,8 +2365,8 @@
2323
2365
  bump.
2324
2366
 
2325
2367
  * Removed the check for an existing user record from the 'bind'
2326
- command, as the user in question might not be visible until the
2327
- bind happens.
2368
+ command, as the user in question might not be visible until the bind
2369
+ happens.
2328
2370
  * Split off the ldap-monitor example into a project of its own
2329
2371
  (http://deveiate.org/misc.html).
2330
2372
  * Bumped the version to 1.0.2.
@@ -2387,8 +2429,8 @@
2387
2429
  Branchset->Branch->Directory->Conn#{controls,referrals}
2388
2430
  * Freeze the Treequel::Constants::Pattern constants so collisions show
2389
2431
  up right away. We'll reduce the number of exported constants soon,
2390
- and the remaining ones will be the more-unique ones, but this
2391
- change will at least stop it from happening (relatively) silently.
2432
+ and the remaining ones will be the more-unique ones, but this change
2433
+ will at least stop it from happening (relatively) silently.
2392
2434
  * Finished the implementation of Treequel::Control
2393
2435
  * added tests for inclusion of controls in the searches that happen
2394
2436
  through Branchset
@@ -2643,8 +2685,8 @@
2643
2685
  spec/treequel_spec.rb:
2644
2686
  * Added my nascent LDAP web monitor sinatra app under examples/
2645
2687
  * Re-worked the way Treequel::Branch#[] works, as OpenLDAP's
2646
- operational attributes don't seem to be in its schema, or at
2647
- least not how it's being fetched currently. Need to investigate
2688
+ operational attributes don't seem to be in its schema, or at least
2689
+ not how it's being fetched currently. Need to investigate
2648
2690
  cn=subschema.
2649
2691
  * Fix the Treequel.version spec to expect the rev keyword.
2650
2692
  [c9e2a6b28d39]
@@ -3039,8 +3081,8 @@
3039
3081
  `must_attributes_hash` and `may_attributes_hash`.
3040
3082
  * Made the collection class returned from Treequel::Directory#search
3041
3083
  settable via a hash parameter, with fallback to the class of the
3042
- base argument if it supports `new_from_entry` or Treequel::Branch
3043
- if not.
3084
+ base argument if it supports `new_from_entry` or Treequel::Branch if
3085
+ not.
3044
3086
  * Added RFC 4514 (Distinguished Names) productions to
3045
3087
  Treequel::Constants::Patterns
3046
3088
  * Treequel shell:
@@ -3065,8 +3107,8 @@
3065
3107
  #must_oids, #may_attribute_types, #may_oids,
3066
3108
  * Added a logged warning for the case-sensitivity bug
3067
3109
  * Refactored the parameter-normalization stuff out of
3068
- Treequel::Directory#search method for readability, and to
3069
- simplify the argument signature of #search.
3110
+ Treequel::Directory#search method for readability, and to simplify
3111
+ the argument signature of #search.
3070
3112
  [878ce9a276b2]
3071
3113
 
3072
3114
  2009-07-02 Michael Granger <ged@FaerieMUD.org>
@@ -3344,8 +3386,8 @@
3344
3386
  spec/treequel_spec.rb:
3345
3387
  * Added my nascent LDAP web monitor sinatra app under examples/
3346
3388
  * Re-worked the way Treequel::Branch#[] works, as OpenLDAP's
3347
- operational attributes don't seem to be in its schema, or at
3348
- least not how it's being fetched currently. Need to investigate
3389
+ operational attributes don't seem to be in its schema, or at least
3390
+ not how it's being fetched currently. Need to investigate
3349
3391
  cn=subschema.
3350
3392
  * Fix the Treequel.version spec to expect the rev keyword.
3351
3393
  [85dadbaf70a9]
@@ -3736,8 +3778,8 @@
3736
3778
  `must_attributes_hash` and `may_attributes_hash`.
3737
3779
  * Made the collection class returned from Treequel::Directory#search
3738
3780
  settable via a hash parameter, with fallback to the class of the
3739
- base argument if it supports `new_from_entry` or Treequel::Branch
3740
- if not.
3781
+ base argument if it supports `new_from_entry` or Treequel::Branch if
3782
+ not.
3741
3783
  * Added RFC 4514 (Distinguished Names) productions to
3742
3784
  Treequel::Constants::Patterns
3743
3785
  * Treequel shell:
@@ -3762,8 +3804,8 @@
3762
3804
  #must_oids, #may_attribute_types, #may_oids,
3763
3805
  * Added a logged warning for the case-sensitivity bug
3764
3806
  * Refactored the parameter-normalization stuff out of
3765
- Treequel::Directory#search method for readability, and to
3766
- simplify the argument signature of #search.
3807
+ Treequel::Directory#search method for readability, and to simplify
3808
+ the argument signature of #search.
3767
3809
  [57360b9b8143]
3768
3810
 
3769
3811
  2009-07-02 Michael Granger <ged@FaerieMUD.org>
@@ -3945,8 +3987,7 @@
3945
3987
  - New methods: #rdn=, #split_dn, #<=>
3946
3988
  - Added Comparable interface
3947
3989
  - Made the proxy method actually check the schema for valid attribute
3948
- type OIDs instead of assuming every message wanted a sub-
3949
- branch.
3990
+ type OIDs instead of assuming every message wanted a sub- branch.
3950
3991
  * Treequel::Directory:
3951
3992
  - Implemented #move
3952
3993
  - Fixed non-functional #children.
data/History.rdoc CHANGED
@@ -1,3 +1,9 @@
1
+ == v1.11.0 [2016-06-29] Mahlon E. Smith <mahlon@martini.nu>
2
+
3
+ - Documentation fixes
4
+ - Implicitly require sequel core behaviors
5
+ - Bump minimum versions for ruby and ruby-ldap
6
+
1
7
  == v1.10.0 [2012-08-29] Michael Granger <ged@FaerieMUD.org>
2
8
 
3
9
  - Split out the shell tools into their own gem
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2008-2011, Michael Granger and Mahlon E. Smith
1
+ Copyright (c) 2008-2016, Michael Granger and Mahlon E. Smith
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without
data/README.rdoc CHANGED
@@ -39,7 +39,7 @@ You can submit bug reports, suggestions, and read more about future plans at
39
39
 
40
40
  == License
41
41
 
42
- Copyright (c) 2008-2012, Michael Granger and Mahlon E. Smith
42
+ Copyright (c) 2008-2016, Michael Granger and Mahlon E. Smith
43
43
  All rights reserved.
44
44
 
45
45
  Redistribution and use in source and binary forms, with or without
data/Rakefile CHANGED
@@ -20,6 +20,7 @@ hoespec = Hoe.spec 'treequel' do
20
20
  self.history_file = 'History.rdoc'
21
21
  self.extra_rdoc_files = Rake::FileList[ '*.rdoc' ]
22
22
  self.spec_extras[:rdoc_options] = ['-f', 'fivefish', '-t', 'Treequel']
23
+ self.license 'BSD-3-Clause'
23
24
 
24
25
  self.need_tar = true
25
26
  self.need_zip = true
@@ -34,10 +35,9 @@ hoespec = Hoe.spec 'treequel' do
34
35
  end
35
36
  self.dependency 'loggability', '~> 0.4'
36
37
 
37
- self.dependency 'rspec', '~> 2.8', :developer
38
- self.dependency 'sequel', '~> 3.38', :developer
38
+ self.dependency 'rspec', '~> 2.8', :developer # FIXME needs updates
39
+ self.dependency 'sequel', '>= 3.38', :developer # FIXME test with v4
39
40
 
40
- self.spec_extras[:licenses] = ["BSD"]
41
41
  self.spec_extras[:post_install_message] = [
42
42
  '-' * 72,
43
43
  "NOTE: The Treequel command-line tools are no longer distributed ",
@@ -46,7 +46,7 @@ hoespec = Hoe.spec 'treequel' do
46
46
  '-' * 72
47
47
  ].join( "\n" )
48
48
 
49
- self.require_ruby_version( '>=1.8.7' )
49
+ self.require_ruby_version( '>=2.2' )
50
50
 
51
51
  self.hg_sign_tags = true if self.respond_to?( :hg_sign_tags= )
52
52
  self.check_history_on_release = true if self.respond_to?( :check_history_on_release= )
data/lib/treequel.rb CHANGED
@@ -32,10 +32,10 @@ module Treequel
32
32
 
33
33
 
34
34
  # Library version
35
- VERSION = '1.10.0'
35
+ VERSION = '1.11.0'
36
36
 
37
37
  # VCS revision
38
- REVISION = %q$Revision: 0fa0df1acab0 $
38
+ REVISION = %q$Revision: b7398723baf6 $
39
39
 
40
40
  # Common paths for ldap.conf
41
41
  COMMON_LDAP_CONF_PATHS = %w[
@@ -383,12 +383,9 @@ class Treequel::Directory
383
383
  ### [+:client_controls+]
384
384
  ### Any client controls that should be applied to the search as an Array of LDAP::Control
385
385
  ### objects.
386
- ### [+:timeout_s+]
387
- ### The number of seconds (in addition to :timeout_us) after which the search request should
386
+ ### [+:timeout+]
387
+ ### The number of (possibly floating-point) seconds after which the search request should
388
388
  ### be aborted.
389
- ### [+:timeout_us+]
390
- ### The number of microseconds (in addition to :timeout_s) after which the search request
391
- ### should be aborted.
392
389
  ### [+:limit+]
393
390
  ### The maximum number of results to return from the server.
394
391
  ### [+:sort_attribute+]
@@ -55,12 +55,13 @@ class Treequel::Model < Treequel::Branch
55
55
 
56
56
  # Defaults for #validate options
57
57
  DEFAULT_VALIDATION_OPTIONS = {
58
- :with_schema => true,
58
+ :with_schema => true
59
59
  }
60
60
 
61
61
  # Defaults for #save options
62
62
  DEFAULT_SAVE_OPTIONS = {
63
63
  :raise_on_failure => true,
64
+ :validate => true
64
65
  }
65
66
 
66
67
  # Defaults for #destroy options
@@ -378,8 +379,10 @@ class Treequel::Model < Treequel::Branch
378
379
  opts = DEFAULT_SAVE_OPTIONS.merge( opts )
379
380
 
380
381
  self.log.debug "Saving %s..." % [ self.dn ]
381
- raise Treequel::ValidationFailed, self.errors unless self.valid?( opts )
382
- self.log.debug " validation succeeded."
382
+ if opts[ :validate ]
383
+ raise Treequel::ValidationFailed, self.errors unless self.valid?( opts )
384
+ self.log.debug " validation succeeded."
385
+ end
383
386
 
384
387
  unless mods = self.modifications
385
388
  self.log.debug " no modifications... no save necessary."
@@ -5,6 +5,8 @@ require 'treequel/filter'
5
5
 
6
6
  begin
7
7
  require 'sequel'
8
+ Sequel.extension( :core_extensions )
9
+
8
10
  rescue LoadError => err
9
11
  Treequel.logger.info "Sequel library didn't load: %s: %s" % [ err.class.name, err.message ]
10
12
  Treequel.logger.debug " " + err.backtrace.join( "\n " )
@@ -409,7 +409,7 @@ describe Treequel::Filter do
409
409
  it "can't be created with multiple filters" do
410
410
  expect {
411
411
  Treequel::Filter::NotComponent.new( @filter1, @filter2 )
412
- }.to raise_error( ArgumentError, /2 for 1/i )
412
+ }.to raise_error( ArgumentError, /given 2, expected 1/i )
413
413
  end
414
414
  end
415
415
  end
@@ -617,6 +617,17 @@ describe Treequel::Model do
617
617
 
618
618
  result.should be_false()
619
619
  end
620
+
621
+ it "doesn't validate the model if saved with :validate set to false" do
622
+ @conn.stub( :search_ext2 ).with( @obj.dn, LDAP::LDAP_SCOPE_BASE, "(objectClass=*)" ).
623
+ and_return( [] )
624
+ @conn.should_receive( :modify )
625
+ @obj.should_not_receive( :valid? )
626
+
627
+ expect {
628
+ result = @obj.save( :validate => false )
629
+ }.to_not raise_error()
630
+ end
620
631
  end
621
632
 
622
633
 
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: treequel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
5
- prerelease:
4
+ version: 1.11.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Michael Granger
@@ -10,174 +9,149 @@ authors:
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain:
13
- - !binary |-
14
- LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURMRENDQWhTZ0F3SUJB
15
- Z0lCQURBTkJna3Foa2lHOXcwQkFRVUZBREE4TVF3d0NnWURWUVFEREFOblpX
16
- UXgKRnpBVkJnb0praWFKay9Jc1pBRVpGZ2RmWVdWeWFXVmZNUk13RVFZS0Na
17
- SW1pWlB5TEdRQkdSWURiM0puTUI0WApEVEV3TURreE5qRTBORGcxTVZvWERU
18
- RXhNRGt4TmpFME5EZzFNVm93UERFTU1Bb0dBMVVFQXd3RFoyVmtNUmN3CkZR
19
- WUtDWkltaVpQeUxHUUJHUllIWDJGbGNtbGxYekVUTUJFR0NnbVNKb21UOGl4
20
- a0FSa1dBMjl5WnpDQ0FTSXcKRFFZSktvWklodmNOQVFFQkJRQURnZ0VQQURD
21
- Q0FRb0NnZ0VCQUx5Ly9CRnhDMWYvY1BTbnd0SkJXb0ZpRnJpcgpoN1JpY0kr
22
- am9xL29jVlhRcUk0VERXUHlGLzh0cWt2dCtyRDk5WDlxczJZZVI4Q1UvWWlJ
23
- cExXclFPWVNUNzBKCnZEbjdVdmhiMm11RlZxcTYrdm9iZVRrSUxCRU82cGlv
24
- bldERzhqU2JvM3FLbTFSaktKRHdnOXA0d05LaFB1dTgKS0d1ZS9CRmI2N0tm
25
- bHF5QXBQbVBlYjNWZGQ5Y2xzcHpxZUZxcDdjVUJNRXBGUzZMV3h5NEdrK3F2
26
- RkZKQkpMQgpCVUhFL0xaVkpNVnpmcEM1VXErUW1ZN0IrRkgvUXFObmRuM3RP
27
- SGdzUGFkTFROaW11QjFzQ3VMMWE0ejNQZXBkClRlTEJFRm1FYW81RGszSy9R
28
- OG84dmxiSUIvakJEVFV4NkRqYmd4dzc3OTA5eDZnSTlkb1U0TEQ1WE1jQ0F3
29
- RUEKQWFNNU1EY3dDUVlEVlIwVEJBSXdBREFMQmdOVkhROEVCQU1DQkxBd0hR
30
- WURWUjBPQkJZRUZKZW9Ha09yOWw0Qgorc2FNa1cvWlhUNFVlU3ZWTUEwR0NT
31
- cUdTSWIzRFFFQkJRVUFBNElCQVFCRzJLT2J2WUkyZUh5eUJVSlNKM2pOCnZF
32
- blUzZDYwem5BWGJyU2QycWIzcjFsWTFFUEREM2JjeTBNZ2dDZkdkZzNYdTU0
33
- ejIxb3F5SWRrOHVHdFdCUEwKSElhOUVnZkZHU1VFZ3ZjSXZhWXFpTjRqVFV0
34
- aWRmRUZ3K0x0anM4QVA5Z1dnU0lZUzZHcjM4VjBXR0ZGTnpJSAphT0Qyd211
35
- OW9vL1JmZlc0aFMvOEd1dmZNemN3N0NRMzU1d0ZSNEtCL255emUrRXNaMVk1
36
- RGVyQ0FhZ01WdURRClUwQkxtV0RGelBHR1dsUGVRQ3JZSENyK0FjSnorTlJu
37
- YUhDS0xaZFNLai9SSHVUT3QrZ2JsUmV4OEZBaDhOZUEKY21saFhlNDZwWk5K
38
- Z1dLYnhaYWg4NWpJang5NWhSOHZPSStOQU01aUg5a09xSzEzRHJ4YWNUS1Bo
39
- cWo1UGp3RgotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==
40
- date: 2012-08-29 00:00:00.000000000 Z
12
+ - |
13
+ -----BEGIN CERTIFICATE-----
14
+ MIIDbDCCAlSgAwIBAgIBATANBgkqhkiG9w0BAQUFADA+MQ8wDQYDVQQDDAZtYWhs
15
+ b24xFzAVBgoJkiaJk/IsZAEZFgdtYXJ0aW5pMRIwEAYKCZImiZPyLGQBGRYCbnUw
16
+ HhcNMTYwNjI5MjMzMzI2WhcNMTcwNjI5MjMzMzI2WjA+MQ8wDQYDVQQDDAZtYWhs
17
+ b24xFzAVBgoJkiaJk/IsZAEZFgdtYXJ0aW5pMRIwEAYKCZImiZPyLGQBGRYCbnUw
18
+ ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDpXGN0YbMVpYv4EoiCxpQw
19
+ sxKdyhlkvpvENUkpEhbpnEuMKXgUfRHO4T/vBZf0h8eYgwnrHCRhAeIqesFKfoj9
20
+ mpEJk5JUuADOAz18aT+v24UqAtJdiwBJLuqhslSNB6CFXZv3OOMny9bjoJegz0hI
21
+ Fht9ppCuNmxJNd+L3zAX8lD01RUWNRC+8L5QLCjViJtjFDDCFfh9NCirs+XnTCzo
22
+ AJgFbsZIzFJtSiXUtFgscKr4Ik8ruhRbPbYbmx9rf6W74aTMPxggq/d3gj0Eh32y
23
+ WsXsQ5giVnmkbsRkBNu3QyZ8Xr5+7mvy5AWyqXKOrcW7lnYaob6Z9x/MGXGNeD6j
24
+ AgMBAAGjdTBzMAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBRY8ea6
25
+ +6kAaW7ukKph2/4MTAD8/TAcBgNVHREEFTATgRFtYWhsb25AbWFydGluaS5udTAc
26
+ BgNVHRIEFTATgRFtYWhsb25AbWFydGluaS5udTANBgkqhkiG9w0BAQUFAAOCAQEA
27
+ EU39m2ZKYqAAu71bwjWl5zEAk0aE4ojMLIMWpWE6IwCr9FZVpC1B+LyEboWFljId
28
+ R0udISkfM+kQ3FRzmnwwQLaYJyhDPEWbQ1O6P6wHCaUQ23A1P++dZf8PWuZkS6Dn
29
+ C1q7Zq4EAZEBLUSK69iPP4jCLjIp3YBQ88D1/egA+hkrR/19m236PvhhaM9FTgQv
30
+ LtL61M3ZtlTanoXiNbXRXwRnODzvjFpQRiiBiazCDBYj8oYDsNj+qNw/iZlZlzw5
31
+ F6uYXeS4YCZP453ZcpgZkXo3F5RheTrkdf04DMwUpQPMKog9QmRSTlCxzH69kivQ
32
+ IfRp+58YwWwtAIQPZoY6Rg==
33
+ -----END CERTIFICATE-----
34
+ date: 2016-06-29 00:00:00.000000000 Z
41
35
  dependencies:
42
36
  - !ruby/object:Gem::Dependency
43
37
  name: ruby-ldap
44
38
  requirement: !ruby/object:Gem::Requirement
45
- none: false
46
39
  requirements:
47
- - - ~>
40
+ - - "~>"
48
41
  - !ruby/object:Gem::Version
49
42
  version: '0.9'
50
43
  type: :runtime
51
44
  prerelease: false
52
45
  version_requirements: !ruby/object:Gem::Requirement
53
- none: false
54
46
  requirements:
55
- - - ~>
47
+ - - "~>"
56
48
  - !ruby/object:Gem::Version
57
49
  version: '0.9'
58
50
  - !ruby/object:Gem::Dependency
59
51
  name: loggability
60
52
  requirement: !ruby/object:Gem::Requirement
61
- none: false
62
53
  requirements:
63
- - - ~>
54
+ - - "~>"
64
55
  - !ruby/object:Gem::Version
65
56
  version: '0.4'
66
57
  type: :runtime
67
58
  prerelease: false
68
59
  version_requirements: !ruby/object:Gem::Requirement
69
- none: false
70
60
  requirements:
71
- - - ~>
61
+ - - "~>"
72
62
  - !ruby/object:Gem::Version
73
63
  version: '0.4'
74
64
  - !ruby/object:Gem::Dependency
75
65
  name: hoe-mercurial
76
66
  requirement: !ruby/object:Gem::Requirement
77
- none: false
78
67
  requirements:
79
- - - ~>
68
+ - - "~>"
80
69
  - !ruby/object:Gem::Version
81
- version: 1.4.0
70
+ version: '1.4'
82
71
  type: :development
83
72
  prerelease: false
84
73
  version_requirements: !ruby/object:Gem::Requirement
85
- none: false
86
74
  requirements:
87
- - - ~>
75
+ - - "~>"
88
76
  - !ruby/object:Gem::Version
89
- version: 1.4.0
77
+ version: '1.4'
90
78
  - !ruby/object:Gem::Dependency
91
79
  name: hoe-highline
92
80
  requirement: !ruby/object:Gem::Requirement
93
- none: false
94
81
  requirements:
95
- - - ~>
82
+ - - "~>"
96
83
  - !ruby/object:Gem::Version
97
- version: 0.1.0
84
+ version: '0.2'
98
85
  type: :development
99
86
  prerelease: false
100
87
  version_requirements: !ruby/object:Gem::Requirement
101
- none: false
102
88
  requirements:
103
- - - ~>
89
+ - - "~>"
104
90
  - !ruby/object:Gem::Version
105
- version: 0.1.0
91
+ version: '0.2'
106
92
  - !ruby/object:Gem::Dependency
107
93
  name: rdoc
108
94
  requirement: !ruby/object:Gem::Requirement
109
- none: false
110
95
  requirements:
111
- - - ~>
96
+ - - "~>"
112
97
  - !ruby/object:Gem::Version
113
- version: '3.10'
98
+ version: '4.0'
114
99
  type: :development
115
100
  prerelease: false
116
101
  version_requirements: !ruby/object:Gem::Requirement
117
- none: false
118
102
  requirements:
119
- - - ~>
103
+ - - "~>"
120
104
  - !ruby/object:Gem::Version
121
- version: '3.10'
105
+ version: '4.0'
122
106
  - !ruby/object:Gem::Dependency
123
107
  name: rspec
124
108
  requirement: !ruby/object:Gem::Requirement
125
- none: false
126
109
  requirements:
127
- - - ~>
110
+ - - "~>"
128
111
  - !ruby/object:Gem::Version
129
112
  version: '2.8'
130
113
  type: :development
131
114
  prerelease: false
132
115
  version_requirements: !ruby/object:Gem::Requirement
133
- none: false
134
116
  requirements:
135
- - - ~>
117
+ - - "~>"
136
118
  - !ruby/object:Gem::Version
137
119
  version: '2.8'
138
120
  - !ruby/object:Gem::Dependency
139
121
  name: sequel
140
122
  requirement: !ruby/object:Gem::Requirement
141
- none: false
142
123
  requirements:
143
- - - ~>
124
+ - - ">="
144
125
  - !ruby/object:Gem::Version
145
126
  version: '3.38'
146
127
  type: :development
147
128
  prerelease: false
148
129
  version_requirements: !ruby/object:Gem::Requirement
149
- none: false
150
130
  requirements:
151
- - - ~>
131
+ - - ">="
152
132
  - !ruby/object:Gem::Version
153
133
  version: '3.38'
154
134
  - !ruby/object:Gem::Dependency
155
135
  name: hoe
156
136
  requirement: !ruby/object:Gem::Requirement
157
- none: false
158
137
  requirements:
159
- - - ~>
138
+ - - "~>"
160
139
  - !ruby/object:Gem::Version
161
- version: '3.0'
140
+ version: '3.15'
162
141
  type: :development
163
142
  prerelease: false
164
143
  version_requirements: !ruby/object:Gem::Requirement
165
- none: false
166
144
  requirements:
167
- - - ~>
145
+ - - "~>"
168
146
  - !ruby/object:Gem::Version
169
- version: '3.0'
170
- description: ! 'Treequel is an LDAP toolkit for Ruby. It is intended to allow quick,
171
- easy
172
-
173
- access to LDAP directories in a manner consistent with LDAP''s hierarchical,
174
-
147
+ version: '3.15'
148
+ description: |-
149
+ Treequel is an LDAP toolkit for Ruby. It is intended to allow quick, easy
150
+ access to LDAP directories in a manner consistent with LDAP's hierarchical,
175
151
  free-form nature.
176
152
 
177
-
178
- It''s inspired by and modeled after {Sequel}[http://sequel.rubyforge.org/], a
179
-
180
- kick-ass database library.'
153
+ It's inspired by and modeled after {Sequel}[http://sequel.rubyforge.org/], a
154
+ kick-ass database library.
181
155
  email:
182
156
  - ged@FaerieMUD.org
183
157
  - mahlon@martini.nu
@@ -188,7 +162,7 @@ extra_rdoc_files:
188
162
  - Manifest.txt
189
163
  - README.rdoc
190
164
  files:
191
- - .gemtest
165
+ - ".gemtest"
192
166
  - ChangeLog
193
167
  - History.rdoc
194
168
  - LICENSE
@@ -259,33 +233,32 @@ files:
259
233
  - spec/treequel_spec.rb
260
234
  homepage: http://deveiate.org/projects/Treequel
261
235
  licenses:
262
- - BSD
263
- post_install_message: ! "------------------------------------------------------------------------\nNOTE:
236
+ - BSD-3-Clause
237
+ metadata: {}
238
+ post_install_message: "------------------------------------------------------------------------\nNOTE:
264
239
  The Treequel command-line tools are no longer distributed \nwith the Treequel gem;
265
240
  to get the tools, install the 'treequel-shell' \ngem. Thanks!\n------------------------------------------------------------------------"
266
241
  rdoc_options:
267
- - -f
242
+ - "-f"
268
243
  - fivefish
269
- - -t
244
+ - "-t"
270
245
  - Treequel
271
246
  require_paths:
272
247
  - lib
273
248
  required_ruby_version: !ruby/object:Gem::Requirement
274
- none: false
275
249
  requirements:
276
- - - ! '>='
250
+ - - ">="
277
251
  - !ruby/object:Gem::Version
278
- version: 1.8.7
252
+ version: '2.2'
279
253
  required_rubygems_version: !ruby/object:Gem::Requirement
280
- none: false
281
254
  requirements:
282
- - - ! '>='
255
+ - - ">="
283
256
  - !ruby/object:Gem::Version
284
257
  version: '0'
285
258
  requirements: []
286
- rubyforge_project: treequel
287
- rubygems_version: 1.8.24
259
+ rubyforge_project:
260
+ rubygems_version: 2.5.1
288
261
  signing_key:
289
- specification_version: 3
262
+ specification_version: 4
290
263
  summary: Treequel is an LDAP toolkit for Ruby
291
264
  test_files: []
metadata.gz.sig CHANGED
Binary file