cipango-jars 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
data/cipango-jars.gemspec CHANGED
@@ -1,51 +1,45 @@
1
1
  # Generated by jeweler
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{cipango-jars}
8
- s.version = "1.0.0"
8
+ s.version = "1.0.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Dominique Broeglin"]
12
- s.date = %q{2010-10-18}
11
+ s.authors = [%q{Dominique Broeglin}]
12
+ s.date = %q{2011-10-16}
13
13
  s.description = %q{Cipango and Jetty minimal dependencies}
14
14
  s.email = %q{dominique.broeglin@gmail.com}
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
17
- "README.rdoc"
17
+ "README.rdoc"
18
18
  ]
19
19
  s.files = [
20
20
  ".document",
21
- ".gitignore",
22
- "LICENSE",
23
- "README.rdoc",
24
- "Rakefile",
25
- "VERSION",
26
- "cipango-jars.gemspec",
27
- "ext/CipangoRunner.java",
28
- "lib/cipango-1.0.jar",
29
- "lib/cipango-jars.rb",
30
- "lib/jetty-6.1.24.jar",
31
- "lib/jetty-util-6.1.24.jar",
32
- "lib/servlet-api-2.5-20081211.jar",
33
- "lib/sip-api-1.1.jar",
34
- "test/helper.rb",
35
- "test/test_cipango-jars.rb"
21
+ "LICENSE",
22
+ "README.rdoc",
23
+ "Rakefile",
24
+ "VERSION",
25
+ "cipango-jars.gemspec",
26
+ "ext/CipangoRunner.java",
27
+ "lib/cipango-1.0.jar",
28
+ "lib/cipango-dar-1.0.jar",
29
+ "lib/cipango-jars.rb",
30
+ "lib/jetty-6.1.24.jar",
31
+ "lib/jetty-util-6.1.24.jar",
32
+ "lib/servlet-api-2.5-20081211.jar",
33
+ "lib/sip-api-1.1.jar",
34
+ "test/helper.rb",
35
+ "test/test_cipango-jars.rb"
36
36
  ]
37
37
  s.homepage = %q{http://github.com/dbroeglin/cipango-jars}
38
- s.rdoc_options = ["--charset=UTF-8"]
39
- s.require_paths = ["lib"]
40
- s.rubygems_version = %q{1.3.7}
38
+ s.require_paths = [%q{lib}]
39
+ s.rubygems_version = %q{1.8.6}
41
40
  s.summary = %q{Cipango and Jetty minimal dependencies}
42
- s.test_files = [
43
- "test/helper.rb",
44
- "test/test_cipango-jars.rb"
45
- ]
46
41
 
47
42
  if s.respond_to? :specification_version then
48
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
49
43
  s.specification_version = 3
50
44
 
51
45
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
Binary file
metadata CHANGED
@@ -1,36 +1,25 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: cipango-jars
3
- version: !ruby/object:Gem::Version
4
- hash: 23
5
- prerelease: false
6
- segments:
7
- - 1
8
- - 0
9
- - 0
10
- version: 1.0.0
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.1
5
+ prerelease:
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - Dominique Broeglin
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2010-10-18 00:00:00 +02:00
19
- default_executable:
12
+ date: 2011-10-16 00:00:00.000000000Z
20
13
  dependencies: []
21
-
22
14
  description: Cipango and Jetty minimal dependencies
23
15
  email: dominique.broeglin@gmail.com
24
16
  executables: []
25
-
26
17
  extensions: []
27
-
28
- extra_rdoc_files:
18
+ extra_rdoc_files:
29
19
  - LICENSE
30
20
  - README.rdoc
31
- files:
21
+ files:
32
22
  - .document
33
- - .gitignore
34
23
  - LICENSE
35
24
  - README.rdoc
36
25
  - Rakefile
@@ -38,6 +27,7 @@ files:
38
27
  - cipango-jars.gemspec
39
28
  - ext/CipangoRunner.java
40
29
  - lib/cipango-1.0.jar
30
+ - lib/cipango-dar-1.0.jar
41
31
  - lib/cipango-jars.rb
42
32
  - lib/jetty-6.1.24.jar
43
33
  - lib/jetty-util-6.1.24.jar
@@ -45,40 +35,28 @@ files:
45
35
  - lib/sip-api-1.1.jar
46
36
  - test/helper.rb
47
37
  - test/test_cipango-jars.rb
48
- has_rdoc: true
49
38
  homepage: http://github.com/dbroeglin/cipango-jars
50
39
  licenses: []
51
-
52
40
  post_install_message:
53
- rdoc_options:
54
- - --charset=UTF-8
55
- require_paths:
41
+ rdoc_options: []
42
+ require_paths:
56
43
  - lib
57
- required_ruby_version: !ruby/object:Gem::Requirement
44
+ required_ruby_version: !ruby/object:Gem::Requirement
58
45
  none: false
59
- requirements:
60
- - - ">="
61
- - !ruby/object:Gem::Version
62
- hash: 3
63
- segments:
64
- - 0
65
- version: "0"
66
- required_rubygems_version: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ! '>='
48
+ - !ruby/object:Gem::Version
49
+ version: '0'
50
+ required_rubygems_version: !ruby/object:Gem::Requirement
67
51
  none: false
68
- requirements:
69
- - - ">="
70
- - !ruby/object:Gem::Version
71
- hash: 3
72
- segments:
73
- - 0
74
- version: "0"
52
+ requirements:
53
+ - - ! '>='
54
+ - !ruby/object:Gem::Version
55
+ version: '0'
75
56
  requirements: []
76
-
77
57
  rubyforge_project:
78
- rubygems_version: 1.3.7
58
+ rubygems_version: 1.8.6
79
59
  signing_key:
80
60
  specification_version: 3
81
61
  summary: Cipango and Jetty minimal dependencies
82
- test_files:
83
- - test/helper.rb
84
- - test/test_cipango-jars.rb
62
+ test_files: []
data/.gitignore DELETED
@@ -1,22 +0,0 @@
1
- ## MAC OS
2
- .DS_Store
3
-
4
- ## TEXTMATE
5
- *.tmproj
6
- tmtags
7
-
8
- ## EMACS
9
- *~
10
- \#*
11
- .\#*
12
-
13
- ## VIM
14
- *.swp
15
-
16
- ## PROJECT::GENERAL
17
- coverage
18
- rdoc
19
- pkg
20
-
21
- ## PROJECT::SPECIFIC
22
- lib/cipango-main-1.0.jar