treequel 1.3.1 → 1.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.
data.tar.gz.sig CHANGED
Binary file
data/ChangeLog CHANGED
@@ -1,8 +1,79 @@
1
+ 2011-01-18 Michael Granger <ged@FaerieMUD.org>
2
+
3
+ * Rakefile:
4
+ Merged with 400:4caac8976d00
5
+ [59944084d362] [github/master, master, tip]
6
+
7
+ * lib/treequel/model.rb:
8
+ Ensure the entry hash that's passed to
9
+ Treequel::Model#apply_applicable_mixins isn't modified; fixes a bug
10
+ when modifying a new unsaved Model object.
11
+ [fc28d58f4895]
12
+
13
+ * manual/layouts/default.erb, manual/layouts/default.page,
14
+ manual/layouts/intro.page, manual/lib/api-filter.rb, manual/lib
15
+ /editorial-filter.rb, manual/lib/examples-filter.rb, manual/lib
16
+ /links-filter.rb, manual/resources/css/baseline.compress.css,
17
+ manual/resources/css/manual.css, manual/resources/images/logo-
18
+ small.png, manual/resources/images/logo.png,
19
+ manual/resources/js/jquery-1.3.2.min.js,
20
+ manual/resources/js/jquery-1.4.4.min.js,
21
+ manual/resources/js/jquery.ThickBox.js,
22
+ manual/resources/js/manual.js,
23
+ manual/resources/js/modernizr-1.6.min.js,
24
+ manual/resources/swf/clipboard.swf, manual/src/index.page:
25
+ Updating manual resources with hoe-manualgen ones
26
+ [95a466516639]
27
+
28
+ * Rakefile:
29
+ Adding missing dependency
30
+ [eaf742c5b836]
31
+
32
+ 2011-01-17 Michael Granger <ged@FaerieMUD.org>
33
+
34
+ * .hgtags:
35
+ Added tag v1.3.1 for changeset a6ea030fc88f
36
+ [4caac8976d00]
37
+
38
+ * .hgsigs:
39
+ Added signature for changeset fb7ec4e38f66
40
+ [a6ea030fc88f] [v1.3.1]
41
+
42
+ * Rakefile, lib/treequel.rb, lib/treequel/model/objectclass.rb,
43
+ spec/treequel/model/objectclass_spec.rb:
44
+ Fixes a bug in Treequel::Model.new_from_entry which caused DN
45
+ attributes to sometimes be doubled.
46
+ [fb7ec4e38f66]
47
+
48
+ 2011-01-14 Michael Granger <ged@FaerieMUD.org>
49
+
50
+ * manual/src/models.page:
51
+ Fixed some invalid api links in the models section
52
+ [7759040905e0]
53
+
54
+ 2011-01-13 Michael Granger <ged@FaerieMUD.org>
55
+
56
+ * .hgtags:
57
+ Added tag v1.3.0 for changeset 2ede242fc2cc
58
+ [754412a4874d]
59
+
60
+ * .hgsigs:
61
+ Added signature for changeset 67955dcd424f
62
+ [2ede242fc2cc] [v1.3.0]
63
+
64
+ * Manifest.txt:
65
+ Re-ordering the manifest so check_manifest works better.
66
+ [67955dcd424f]
67
+
68
+ * History.md:
69
+ Updated History.
70
+ [f5b27dffd1cd]
71
+
1
72
  2011-01-12 Michael Granger <ged@FaerieMUD.org>
2
73
 
3
74
  * lib/treequel/model.rb:
4
75
  Always initialize the dirty flag for Treequel::Model objects.
5
- [4a75d892a89d] [github/master, master, tip]
76
+ [4a75d892a89d]
6
77
 
7
78
  * lib/treequel/branch.rb, spec/treequel/branch_spec.rb:
8
79
  Fixed a bug in Treequel::Branch that caused non-schema attribute
@@ -74,14 +145,14 @@
74
145
  Automated merge with ssh://deveiate/Treequel
75
146
  [62e7348050eb]
76
147
 
77
- * bin/treequel:
78
- More logging constant fixes for the treequel shell.
79
- [6e159f32ed07]
80
-
81
148
  * bin/treequel, lib/treequel/model/objectclass.rb:
82
149
  Aesthetic cleanup
83
150
  [78e65cb8f30a]
84
151
 
152
+ * bin/treequel:
153
+ More logging constant fixes for the treequel shell.
154
+ [6e159f32ed07]
155
+
85
156
  2011-01-04 Michael Granger <ged@FaerieMUD.org>
86
157
 
87
158
  * bin/treequel:
@@ -493,13 +564,6 @@
493
564
  * Merging with 316:33a7dcde80a1
494
565
  [72dd41272f6f]
495
566
 
496
- * .hgsubstate, lib/treequel/model.rb, spec/treequel/branch_spec.rb,
497
- spec/treequel/model_spec.rb, spec/treequel/monkeypatches_spec.rb:
498
- Spec fixes for RSpec 2.0
499
- * Fix RSpec regex workaround for Treequel::Model#respond_to?
500
- * Fix monkeypatch Time tests for running outside of PST8PDT
501
- [9f9460125077]
502
-
503
567
  2010-11-09 Michael Granger <ged@FaerieMUD.org>
504
568
 
505
569
  * .hgsub, .hgsubstate:
@@ -510,6 +574,17 @@
510
574
  Fixing subrepo corruption caused by rollback
511
575
  [fc9ae9f5b034]
512
576
 
577
+ 2010-11-11 Michael Granger <ged@FaerieMUD.org>
578
+
579
+ * .hgsubstate, lib/treequel/model.rb, spec/treequel/branch_spec.rb,
580
+ spec/treequel/model_spec.rb, spec/treequel/monkeypatches_spec.rb:
581
+ Spec fixes for RSpec 2.0
582
+ * Fix RSpec regex workaround for Treequel::Model#respond_to?
583
+ * Fix monkeypatch Time tests for running outside of PST8PDT
584
+ [9f9460125077]
585
+
586
+ 2010-11-09 Michael Granger <ged@FaerieMUD.org>
587
+
513
588
  * README:
514
589
  Merged with 310:cc7c63ff15a0
515
590
  [c1b750e4e9fc]
@@ -525,18 +600,18 @@
525
600
  test failure
526
601
  [380662d385e0]
527
602
 
528
- 2010-11-03 Michael Granger <ged@FaerieMUD.org>
529
-
530
- * README, README.md:
531
- Converting the README to Markdown
532
- [cc7c63ff15a0]
533
-
534
603
  2010-11-08 Michael Granger <ged@FaerieMUD.org>
535
604
 
536
605
  * bin/treequel:
537
606
  Fixed treequel shell's cp to support relative and absolute DNs
538
607
  [7f20ab74d6b1]
539
608
 
609
+ 2010-11-03 Michael Granger <ged@FaerieMUD.org>
610
+
611
+ * README, README.md:
612
+ Converting the README to Markdown
613
+ [cc7c63ff15a0]
614
+
540
615
  2010-10-22 Michael Granger <ged@FaerieMUD.org>
541
616
 
542
617
  * lib/treequel/schema.rb, spec/lib/control_behavior.rb,
@@ -1208,6 +1283,12 @@
1208
1283
  * Re-sorted the OID constants to be in OID order
1209
1284
  [8b2fb7415412]
1210
1285
 
1286
+ 2010-01-13 Michael Granger <ged@FaerieMUD.org>
1287
+
1288
+ * bin/treequel:
1289
+ Make treequel shell's 'cat' command error for non-existant entries
1290
+ [84087b01d473]
1291
+
1211
1292
  2010-01-24 Michael Granger <ged@FaerieMUD.org>
1212
1293
 
1213
1294
  * bin/treequel:
@@ -1216,10 +1297,6 @@
1216
1297
 
1217
1298
  2010-01-13 Michael Granger <ged@FaerieMUD.org>
1218
1299
 
1219
- * bin/treequel:
1220
- Make treequel shell's 'cat' command error for non-existant entries
1221
- [84087b01d473]
1222
-
1223
1300
  * bin/treequel:
1224
1301
  Fix the 'grep' command in the Treequel shell.
1225
1302
  [669a09149f48]
@@ -1250,19 +1327,6 @@
1250
1327
  Updated build system
1251
1328
  [00ac1bc4e917]
1252
1329
 
1253
- 2009-12-22 Michael Granger <ged@FaerieMUD.org>
1254
-
1255
- * bin/treequel:
1256
- Reworked LDIF display colors in the shell to be more visible.
1257
- [d77a0bf26034]
1258
-
1259
- * bin/treequel:
1260
- Make the treequel shell fall back to plain connect (with a warning)
1261
- if TLS fails.
1262
- [9aeccec1ee84]
1263
-
1264
- 2010-01-07 Michael Granger <ged@FaerieMUD.org>
1265
-
1266
1330
  * bin/treequel, lib/treequel/branch.rb, lib/treequel/constants.rb,
1267
1331
  lib/treequel/utils.rb:
1268
1332
  Improvements to the treequel shell, fixes for 1.9.1.
@@ -1284,6 +1348,15 @@
1284
1348
 
1285
1349
  2009-12-22 Michael Granger <ged@FaerieMUD.org>
1286
1350
 
1351
+ * bin/treequel:
1352
+ Reworked LDIF display colors in the shell to be more visible.
1353
+ [d77a0bf26034]
1354
+
1355
+ * bin/treequel:
1356
+ Make the treequel shell fall back to plain connect (with a warning)
1357
+ if TLS fails.
1358
+ [9aeccec1ee84]
1359
+
1287
1360
  * examples/ldap-monitor.rb, examples/ldap-
1288
1361
  monitor/public/css/master.css, examples/ldap-
1289
1362
  monitor/public/images/card_small.png, examples/ldap-
@@ -1304,27 +1377,6 @@
1304
1377
  Automated merge with ssh://hg@deveiate/Treequel
1305
1378
  [3bdd645530fe]
1306
1379
 
1307
- 2009-12-18 Michael Granger <ged@FaerieMUD.org>
1308
-
1309
- * Merged with 5fd4033e1556
1310
- [9571c9d8e4dd]
1311
-
1312
- 2009-12-17 Michael Granger <ged@FaerieMUD.org>
1313
-
1314
- * docs/openldap-oids.txt, lib/treequel/constants.rb,
1315
- lib/treequel/controls/contentsync.rb,
1316
- lib/treequel/controls/persistentsearch.rb,
1317
- lib/treequel/directory.rb:
1318
- More controls work, started several more control modules.
1319
- * Adding a breakdown of all the controls the OpenLDAP server I have
1320
- has, so I know which controls I can test against.
1321
- * Added some control constants.
1322
- * Added the ContentSyncControl and the PersistentSearchControl.
1323
- * Added a Directory#supported_controls method.
1324
- [ffc2ebacdfd0]
1325
-
1326
- 2009-12-22 Michael Granger <ged@FaerieMUD.org>
1327
-
1328
1380
  * bin/treequel, examples/ldap-monitor.rb, examples/ldap-
1329
1381
  monitor/public/css/master.css, examples/ldap-
1330
1382
  monitor/public/images/card_small.png, examples/ldap-
@@ -1353,6 +1405,25 @@
1353
1405
  * Bumped the version to 1.0.2.
1354
1406
  [31c326800cc6]
1355
1407
 
1408
+ 2009-12-18 Michael Granger <ged@FaerieMUD.org>
1409
+
1410
+ * Merged with 5fd4033e1556
1411
+ [9571c9d8e4dd]
1412
+
1413
+ 2009-12-17 Michael Granger <ged@FaerieMUD.org>
1414
+
1415
+ * docs/openldap-oids.txt, lib/treequel/constants.rb,
1416
+ lib/treequel/controls/contentsync.rb,
1417
+ lib/treequel/controls/persistentsearch.rb,
1418
+ lib/treequel/directory.rb:
1419
+ More controls work, started several more control modules.
1420
+ * Adding a breakdown of all the controls the OpenLDAP server I have
1421
+ has, so I know which controls I can test against.
1422
+ * Added some control constants.
1423
+ * Added the ContentSyncControl and the PersistentSearchControl.
1424
+ * Added a Directory#supported_controls method.
1425
+ [ffc2ebacdfd0]
1426
+
1356
1427
  2009-12-16 Michael Granger <ged@FaerieMUD.org>
1357
1428
 
1358
1429
  * Rakefile, lib/treequel/mixins.rb, project.yml:
@@ -2447,16 +2518,6 @@
2447
2518
  Merged. Someday I'll get the hang of this.
2448
2519
  [a5e715f5f877]
2449
2520
 
2450
- 2009-07-28 Michael Granger <ged@FaerieMUD.org>
2451
-
2452
- * .hgignore, Rakefile:
2453
- Merged with 34cc97817266
2454
- [395b7bf6f248]
2455
-
2456
- * .hgignore, Rakefile, docs/manual/src/index.page:
2457
- Manual rewording, .hgignore updates
2458
- [89f74035c67d]
2459
-
2460
2521
  2009-07-29 Michael Granger <ged@FaerieMUD.org>
2461
2522
 
2462
2523
  * .hgignore, Rakefile, docs/manual/src/index.page,
@@ -2467,6 +2528,16 @@
2467
2528
  * Made Treequel::Branch#filter treat a Hash like an array of tuples.
2468
2529
  [46e6dce0c011]
2469
2530
 
2531
+ 2009-07-28 Michael Granger <ged@FaerieMUD.org>
2532
+
2533
+ * .hgignore, Rakefile:
2534
+ Merged with 34cc97817266
2535
+ [395b7bf6f248]
2536
+
2537
+ * .hgignore, Rakefile, docs/manual/src/index.page:
2538
+ Manual rewording, .hgignore updates
2539
+ [89f74035c67d]
2540
+
2470
2541
  2009-07-27 Michael Granger <ged@FaerieMUD.org>
2471
2542
 
2472
2543
  * .hgignore, Rakefile:
@@ -2478,6 +2549,10 @@
2478
2549
 
2479
2550
  2009-07-24 Michael Granger <ged@FaerieMUD.org>
2480
2551
 
2552
+ * .hgsub, .hgsubstate:
2553
+ Unlinking the subrepo, as it doesn't behave well enough quite yet.
2554
+ [fc3c3bac2c22]
2555
+
2481
2556
  * .hgsub, .hgsubstate:
2482
2557
  Merging build system fixes
2483
2558
  [b7a919b2ad5d]
@@ -2490,10 +2565,6 @@
2490
2565
  Removing subrepo, as it doesn't work quite the way I'd hoped.
2491
2566
  [f631900a9ad8] <build-system-fixes>
2492
2567
 
2493
- * .hgsub, .hgsubstate:
2494
- Unlinking the subrepo, as it doesn't behave well enough quite yet.
2495
- [fc3c3bac2c22]
2496
-
2497
2568
  * .hgignore, .hgsubstate, Rakefile, Rakefile.local, project.yml:
2498
2569
  Initial commit of Mercurial-based tasks
2499
2570
  [65236b2101e5] <build-system-fixes>
data/Rakefile CHANGED
@@ -7,6 +7,8 @@ Hoe.plugin :yard
7
7
  Hoe.plugin :signing
8
8
  Hoe.plugin :manualgen
9
9
 
10
+
11
+
10
12
  Hoe.plugins.delete :rubyforge
11
13
 
12
14
  hoespec = Hoe.spec 'treequel' do
@@ -17,7 +19,8 @@ hoespec = Hoe.spec 'treequel' do
17
19
  self.developer 'Mahlon E. Smith', 'mahlon@martini.nu'
18
20
 
19
21
  self.extra_deps.push *{
20
- 'ruby-ldap' => '~> 0.9.11'
22
+ 'ruby-ldap' => '~> 0.9.11',
23
+ 'diff-lcs' => '~> 1.1.2',
21
24
  }
22
25
  self.extra_dev_deps.push *{
23
26
  'rspec' => '~> 2.4.0',
@@ -53,10 +53,10 @@ end
53
53
  module Treequel
54
54
 
55
55
  # Library version
56
- VERSION = '1.3.1'
56
+ VERSION = '1.3.2'
57
57
 
58
58
  # VCS revision
59
- REVISION = %q$Revision: fb7ec4e38f66 $
59
+ REVISION = %q$Revision: a545351e8cce $
60
60
 
61
61
  # Common paths for ldap.conf
62
62
  COMMON_LDAP_CONF_PATHS = %w[
@@ -685,45 +685,36 @@ class Treequel::Model < Treequel::Branch
685
685
  ### has been looked up.
686
686
  ### @return [LDAP::Entry] the fetched entry object
687
687
  def lookup_entry
688
- if entry = super
689
- self.log.debug " applying mixins to %p" % [ entry ]
690
- self.apply_applicable_mixins( self.dn, entry )
691
- else
692
- self.log.debug " failed to fetch the entry."
688
+ if entryhash = super
689
+ self.apply_applicable_mixins( self.dn, entryhash )
693
690
  end
694
- return entry
691
+
692
+ return entryhash
695
693
  end
696
694
 
697
695
 
698
696
  ### Apply mixins that are applicable considering the receiver's DN and the
699
- ### objectClasses from the given entry merged with any unsaved values.
700
- def apply_applicable_mixins( dn, entry=nil )
701
- entry ||= {}
702
- entry.merge!( stringify_keys(@values) )
703
- return unless entry['objectClass']
697
+ ### objectClasses from the given +entryhash+ merged with any unsaved values.
698
+ def apply_applicable_mixins( dn, entryhash=nil )
699
+ objectclasses = @values[:objectClass] ||
700
+ (entryhash && entryhash['objectClass'])
701
+ return unless objectclasses
704
702
 
705
703
  # self.log.debug "Applying mixins applicable to %s" % [ dn ]
706
704
  schema = self.directory.schema
707
705
 
708
- # self.log.debug " entry is: %p" % [ entry ]
709
- ocs = entry['objectClass'].collect do |oc_oid|
706
+ ocs = objectclasses.collect do |oc_oid|
710
707
  explicit_oc = schema.object_classes[ oc_oid ]
711
708
  explicit_oc.ancestors.collect {|oc| oc.name }
712
709
  end.flatten.uniq
713
710
  # self.log.debug " got %d candidate objectClasses: %p" % [ ocs.length, ocs ]
714
711
 
715
- oc_mixins = self.class.mixins_for_objectclasses( *ocs )
716
- dn_mixins = self.class.mixins_for_dn( dn )
717
- # self.log.debug " found %d mixins by objectclass (%s), and %d by base (%s)" % [
718
- # oc_mixins.length,
719
- # oc_mixins.map(&:name).join(', '),
720
- # dn_mixins.length,
721
- # dn_mixins.map(&:name).join(', ')
722
- # ]
723
-
724
712
  # The applicable mixins are those in the intersection of the ones
725
713
  # inferred by its objectclasses and those that apply to its DN
714
+ oc_mixins = self.class.mixins_for_objectclasses( *ocs )
715
+ dn_mixins = self.class.mixins_for_dn( dn )
726
716
  mixins = ( oc_mixins & dn_mixins )
717
+
727
718
  # self.log.debug " %d mixins remain after intersection: %p" % [ mixins.length, mixins ]
728
719
 
729
720
  mixins.each {|mod| self.extend(mod) }
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: treequel
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 1
10
- version: 1.3.1
9
+ - 2
10
+ version: 1.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Granger
@@ -36,13 +36,29 @@ cert_chain:
36
36
  cmlhXe46pZNJgWKbxZah85jIjx95hR8vOI+NAM5iH9kOqK13DrxacTKPhqj5PjwF
37
37
  -----END CERTIFICATE-----
38
38
 
39
- date: 2011-01-17 00:00:00 -08:00
39
+ date: 2011-01-18 00:00:00 -08:00
40
40
  default_executable:
41
41
  dependencies:
42
42
  - !ruby/object:Gem::Dependency
43
- name: ruby-ldap
43
+ name: diff-lcs
44
44
  prerelease: false
45
45
  requirement: &id001 !ruby/object:Gem::Requirement
46
+ none: false
47
+ requirements:
48
+ - - ~>
49
+ - !ruby/object:Gem::Version
50
+ hash: 23
51
+ segments:
52
+ - 1
53
+ - 1
54
+ - 2
55
+ version: 1.1.2
56
+ type: :runtime
57
+ version_requirements: *id001
58
+ - !ruby/object:Gem::Dependency
59
+ name: ruby-ldap
60
+ prerelease: false
61
+ requirement: &id002 !ruby/object:Gem::Requirement
46
62
  none: false
47
63
  requirements:
48
64
  - - ~>
@@ -54,11 +70,27 @@ dependencies:
54
70
  - 11
55
71
  version: 0.9.11
56
72
  type: :runtime
57
- version_requirements: *id001
73
+ version_requirements: *id002
74
+ - !ruby/object:Gem::Dependency
75
+ name: hoe-mercurial
76
+ prerelease: false
77
+ requirement: &id003 !ruby/object:Gem::Requirement
78
+ none: false
79
+ requirements:
80
+ - - ~>
81
+ - !ruby/object:Gem::Version
82
+ hash: 31
83
+ segments:
84
+ - 1
85
+ - 2
86
+ - 0
87
+ version: 1.2.0
88
+ type: :development
89
+ version_requirements: *id003
58
90
  - !ruby/object:Gem::Dependency
59
91
  name: hoe-yard
60
92
  prerelease: false
61
- requirement: &id002 !ruby/object:Gem::Requirement
93
+ requirement: &id004 !ruby/object:Gem::Requirement
62
94
  none: false
63
95
  requirements:
64
96
  - - ">="
@@ -70,11 +102,11 @@ dependencies:
70
102
  - 2
71
103
  version: 0.1.2
72
104
  type: :development
73
- version_requirements: *id002
105
+ version_requirements: *id004
74
106
  - !ruby/object:Gem::Dependency
75
107
  name: columnize
76
108
  prerelease: false
77
- requirement: &id003 !ruby/object:Gem::Requirement
109
+ requirement: &id005 !ruby/object:Gem::Requirement
78
110
  none: false
79
111
  requirements:
80
112
  - - ~>
@@ -86,11 +118,11 @@ dependencies:
86
118
  - 1
87
119
  version: 0.3.1
88
120
  type: :development
89
- version_requirements: *id003
121
+ version_requirements: *id005
90
122
  - !ruby/object:Gem::Dependency
91
123
  name: ruby-termios
92
124
  prerelease: false
93
- requirement: &id004 !ruby/object:Gem::Requirement
125
+ requirement: &id006 !ruby/object:Gem::Requirement
94
126
  none: false
95
127
  requirements:
96
128
  - - ~>
@@ -102,11 +134,11 @@ dependencies:
102
134
  - 6
103
135
  version: 0.9.6
104
136
  type: :development
105
- version_requirements: *id004
137
+ version_requirements: *id006
106
138
  - !ruby/object:Gem::Dependency
107
139
  name: ruby-terminfo
108
140
  prerelease: false
109
- requirement: &id005 !ruby/object:Gem::Requirement
141
+ requirement: &id007 !ruby/object:Gem::Requirement
110
142
  none: false
111
143
  requirements:
112
144
  - - ~>
@@ -118,11 +150,11 @@ dependencies:
118
150
  - 1
119
151
  version: 0.1.1
120
152
  type: :development
121
- version_requirements: *id005
153
+ version_requirements: *id007
122
154
  - !ruby/object:Gem::Dependency
123
155
  name: rspec
124
156
  prerelease: false
125
- requirement: &id006 !ruby/object:Gem::Requirement
157
+ requirement: &id008 !ruby/object:Gem::Requirement
126
158
  none: false
127
159
  requirements:
128
160
  - - ~>
@@ -134,11 +166,11 @@ dependencies:
134
166
  - 0
135
167
  version: 2.4.0
136
168
  type: :development
137
- version_requirements: *id006
169
+ version_requirements: *id008
138
170
  - !ruby/object:Gem::Dependency
139
171
  name: sysexits
140
172
  prerelease: false
141
- requirement: &id007 !ruby/object:Gem::Requirement
173
+ requirement: &id009 !ruby/object:Gem::Requirement
142
174
  none: false
143
175
  requirements:
144
176
  - - ~>
@@ -150,11 +182,11 @@ dependencies:
150
182
  - 2
151
183
  version: 1.0.2
152
184
  type: :development
153
- version_requirements: *id007
185
+ version_requirements: *id009
154
186
  - !ruby/object:Gem::Dependency
155
187
  name: hoe
156
188
  prerelease: false
157
- requirement: &id008 !ruby/object:Gem::Requirement
189
+ requirement: &id010 !ruby/object:Gem::Requirement
158
190
  none: false
159
191
  requirements:
160
192
  - - ">="
@@ -166,7 +198,7 @@ dependencies:
166
198
  - 0
167
199
  version: 2.8.0
168
200
  type: :development
169
- version_requirements: *id008
201
+ version_requirements: *id010
170
202
  description: |-
171
203
  Treequel is an LDAP toolkit for Ruby. It is intended to allow quick, easy
172
204
  access to LDAP directories in a manner consistent with LDAP's hierarchical,
metadata.gz.sig CHANGED
Binary file