File: extlib.gemspec

package info (click to toggle)
ruby-extlib 0.9.16-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 576 kB
  • sloc: ruby: 7,014; makefile: 5
file content (114 lines) | stat: -rw-r--r-- 3,206 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "extlib"
  s.version = "0.9.16"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Dan Kubb"]
  s.date = "2013-01-08"
  s.description = "Support library for Merb"
  s.email = "dan.kubb@gmail.com"
  s.extra_rdoc_files = [
    "LICENSE",
    "README.rdoc"
  ]
  s.files = [
    ".autotest",
    ".document",
    "LICENSE",
    "README.rdoc",
    "Rakefile",
    "VERSION",
    "extlib.gemspec",
    "lib/extlib.rb",
    "lib/extlib/array.rb",
    "lib/extlib/assertions.rb",
    "lib/extlib/blank.rb",
    "lib/extlib/boolean.rb",
    "lib/extlib/byte_array.rb",
    "lib/extlib/class.rb",
    "lib/extlib/datetime.rb",
    "lib/extlib/dictionary.rb",
    "lib/extlib/hash.rb",
    "lib/extlib/hook.rb",
    "lib/extlib/inflection.rb",
    "lib/extlib/lazy_array.rb",
    "lib/extlib/lazy_module.rb",
    "lib/extlib/local_object_space.rb",
    "lib/extlib/logger.rb",
    "lib/extlib/mash.rb",
    "lib/extlib/module.rb",
    "lib/extlib/nil.rb",
    "lib/extlib/numeric.rb",
    "lib/extlib/object.rb",
    "lib/extlib/object_space.rb",
    "lib/extlib/pathname.rb",
    "lib/extlib/pooling.rb",
    "lib/extlib/rubygems.rb",
    "lib/extlib/simple_set.rb",
    "lib/extlib/string.rb",
    "lib/extlib/struct.rb",
    "lib/extlib/symbol.rb",
    "lib/extlib/time.rb",
    "lib/extlib/try_dup.rb",
    "lib/extlib/virtual_file.rb",
    "spec/array_spec.rb",
    "spec/blank_spec.rb",
    "spec/byte_array_spec.rb",
    "spec/class_spec.rb",
    "spec/datetime_spec.rb",
    "spec/hash_spec.rb",
    "spec/hook_spec.rb",
    "spec/inflection/plural_spec.rb",
    "spec/inflection/singular_spec.rb",
    "spec/inflection_extras_spec.rb",
    "spec/lazy_array_spec.rb",
    "spec/lazy_module_spec.rb",
    "spec/mash_spec.rb",
    "spec/module_spec.rb",
    "spec/object_space_spec.rb",
    "spec/object_spec.rb",
    "spec/pooling_spec.rb",
    "spec/rcov.opts",
    "spec/simple_set_spec.rb",
    "spec/spec.opts",
    "spec/spec_helper.rb",
    "spec/string_spec.rb",
    "spec/struct_spec.rb",
    "spec/symbol_spec.rb",
    "spec/time_spec.rb",
    "spec/try_call_spec.rb",
    "spec/try_dup_spec.rb",
    "spec/virtual_file_spec.rb",
    "tasks/ci.rake",
    "tasks/metrics.rake",
    "tasks/spec.rake",
    "tasks/yard.rake",
    "tasks/yardstick.rake"
  ]
  s.homepage = "http://github.com/datamapper/extlib"
  s.require_paths = ["lib"]
  s.rubyforge_project = "extlib"
  s.rubygems_version = "1.8.24"
  s.summary = "Support library for Merb"

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_development_dependency(%q<json_pure>, ["~> 1.4"])
      s.add_development_dependency(%q<rspec>, ["~> 1.3"])
    else
      s.add_dependency(%q<json_pure>, ["~> 1.4"])
      s.add_dependency(%q<rspec>, ["~> 1.3"])
    end
  else
    s.add_dependency(%q<json_pure>, ["~> 1.4"])
    s.add_dependency(%q<rspec>, ["~> 1.3"])
  end
end