engineyard-visualvm 0.5.3 → 0.5.4

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/ChangeLog CHANGED
@@ -1,3 +1,16 @@
1
+ 2012-01-31 Nick Sieger <nick@nicksieger.com>
2
+
3
+ * Release 0.5.4
4
+
5
+ * Don't explicitly require 'thor' before 'engineyard'
6
+
7
+ 2011-12-21 Nick Sieger <nick@nicksieger.com>
8
+
9
+ * Release 0.5.3
10
+
11
+ * Use different gemspecs for ruby and java platforms (to account
12
+ for jruby-openssl)
13
+
1
14
  2011-12-13 Nick Sieger <nick@nicksieger.com>
2
15
 
3
16
  * (Changes): Release 0.5.2
@@ -1,6 +1,6 @@
1
1
  engineyard-visualvm is provided under the terms of the MIT license.
2
2
 
3
- engineyard-visualvm (c) 2011 Engine Yard, Inc.
3
+ engineyard-visualvm (c) 2011-2012 Engine Yard, Inc.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person
6
6
  obtaining a copy of this software and associated documentation files
data/Rakefile CHANGED
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2011 Engine Yard, Inc.
2
+ # Copyright (c) 2011-2012 Engine Yard, Inc.
3
3
  # See the file LICENSE.txt included with the distribution for
4
4
  # software license details.
5
5
  #++
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  #
3
- # Copyright (c) 2011 Engine Yard, Inc.
3
+ # Copyright (c) 2011-2012 Engine Yard, Inc.
4
4
  # See the file LICENSE.txt included with the distribution for
5
5
  # software license details.
6
6
 
@@ -1,3 +1,9 @@
1
+ #--
2
+ # Copyright (c) 2011-2012 Engine Yard, Inc.
3
+ # See the file LICENSE.txt included with the distribution for
4
+ # software license details.
5
+ #++
6
+
1
7
  GEMS = %w(jruby-openssl)
2
8
 
3
9
  GEMS.each do |gem|
@@ -1,2 +1,8 @@
1
+ #--
2
+ # Copyright (c) 2011-2012 Engine Yard, Inc.
3
+ # See the file LICENSE.txt included with the distribution for
4
+ # software license details.
5
+ #++
6
+
1
7
  default[:jruby][:version] = "1.6.5"
2
8
  default[:jruby][:checksum] = "e15a273b"
@@ -1,3 +1,9 @@
1
+ #--
2
+ # Copyright (c) 2011-2012 Engine Yard, Inc.
3
+ # See the file LICENSE.txt included with the distribution for
4
+ # software license details.
5
+ #++
6
+
1
7
  include_recipe "java"
2
8
 
3
9
  version = node[:jruby][:version]
@@ -1,3 +1,9 @@
1
+ #--
2
+ # Copyright (c) 2011-2012 Engine Yard, Inc.
3
+ # See the file LICENSE.txt included with the distribution for
4
+ # software license details.
5
+ #++
6
+
1
7
  template "#{ENV['HOME']}/server.sh" do
2
8
  source "server.sh.erb"
3
9
  mode "0755"
@@ -1,3 +1,9 @@
1
+ #--
2
+ # Copyright (c) 2011-2012 Engine Yard, Inc.
3
+ # See the file LICENSE.txt included with the distribution for
4
+ # software license details.
5
+ #++
6
+
1
7
  require_recipe 'apt'
2
8
  require_recipe 'jruby'
3
9
  require_recipe 'gems'
@@ -1,25 +1,23 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
 
3
3
  Gem::Specification.new do |s|
4
- s.name = %q{engineyard-visualvm}
5
- s.version = "0.5.3"
6
- s.platform = %q{java}
4
+ s.name = "engineyard-visualvm"
5
+ s.version = "0.5.4"
6
+ s.platform = "java"
7
7
 
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
9
- s.authors = [%q{Nick Sieger}]
10
- s.date = %q{2011-12-21}
11
- s.description = %q{This provides a Java agent and command-line utility to enable
12
- JMX in any Java process such that it can be accessed through a firewall,
13
- and a VisualVM launcher aid to connect to that process through ssh.}
14
- s.email = [%q{nick@nicksieger.com}]
15
- s.executables = [%q{ey-visualvm}]
16
- s.files = [%q{.gitignore}, %q{ChangeLog}, %q{Gemfile}, %q{LICENSE.txt}, %q{README.md}, %q{Rakefile}, %q{Vagrantfile}, %q{bin/ey-visualvm}, %q{cookbooks/apt/README.md}, %q{cookbooks/apt/files/default/apt-cacher}, %q{cookbooks/apt/files/default/apt-cacher.conf}, %q{cookbooks/apt/files/default/apt-proxy-v2.conf}, %q{cookbooks/apt/metadata.json}, %q{cookbooks/apt/metadata.rb}, %q{cookbooks/apt/providers/repository.rb}, %q{cookbooks/apt/recipes/cacher-client.rb}, %q{cookbooks/apt/recipes/cacher.rb}, %q{cookbooks/apt/recipes/default.rb}, %q{cookbooks/apt/resources/repository.rb}, %q{cookbooks/gems/recipes/default.rb}, %q{cookbooks/java/README.md}, %q{cookbooks/java/attributes/default.rb}, %q{cookbooks/java/files/default/java.seed}, %q{cookbooks/java/metadata.json}, %q{cookbooks/java/metadata.rb}, %q{cookbooks/java/recipes/default.rb}, %q{cookbooks/java/recipes/openjdk.rb}, %q{cookbooks/java/recipes/sun.rb}, %q{cookbooks/jruby/attributes/default.rb}, %q{cookbooks/jruby/recipes/default.rb}, %q{cookbooks/server/recipes/default.rb}, %q{cookbooks/server/templates/default/server.sh.erb}, %q{cookbooks/vagrant_main/recipes/default.rb}, %q{engineyard-visualvm-java.gemspec}, %q{engineyard-visualvm.gemspec}, %q{engineyard-visualvm.gemspec.in}, %q{ext/org/jruby/ext/jmx/Agent.java}, %q{ext/org/jruby/ext/jmx/JavaHome.java}, %q{ext/org/jruby/ext/jmx/RMIServerSocketFactoryImpl.java}, %q{lib/engineyard-visualvm.rb}, %q{lib/engineyard-visualvm/agent.jar}, %q{lib/engineyard-visualvm/cli.rb}, %q{lib/engineyard-visualvm/version.rb}, %q{spec/engineyard-visualvm_spec.rb}, %q{spec/spec_helper.rb}]
17
- s.homepage = %q{https://github.com/engineyard/engineyard-visualvm}
18
- s.require_paths = [%q{lib}]
19
- s.rubyforge_project = %q{jruby-extras}
20
- s.rubygems_version = %q{1.8.9}
21
- s.summary = %q{Client and server helpers for using JMX and VisualVM with EY Cloud.}
22
- s.test_files = [%q{spec/engineyard-visualvm_spec.rb}, %q{spec/spec_helper.rb}]
9
+ s.authors = ["Nick Sieger"]
10
+ s.date = "2012-01-31"
11
+ s.description = "This provides a Java agent and command-line utility to enable\n JMX in any Java process such that it can be accessed through a firewall,\n and a VisualVM launcher aid to connect to that process through ssh."
12
+ s.email = ["nick@nicksieger.com"]
13
+ s.executables = ["ey-visualvm"]
14
+ s.files = [".gitignore", "ChangeLog", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "Vagrantfile", "bin/ey-visualvm", "cookbooks/apt/README.md", "cookbooks/apt/files/default/apt-cacher", "cookbooks/apt/files/default/apt-cacher.conf", "cookbooks/apt/files/default/apt-proxy-v2.conf", "cookbooks/apt/metadata.json", "cookbooks/apt/metadata.rb", "cookbooks/apt/providers/repository.rb", "cookbooks/apt/recipes/cacher-client.rb", "cookbooks/apt/recipes/cacher.rb", "cookbooks/apt/recipes/default.rb", "cookbooks/apt/resources/repository.rb", "cookbooks/gems/recipes/default.rb", "cookbooks/java/README.md", "cookbooks/java/attributes/default.rb", "cookbooks/java/files/default/java.seed", "cookbooks/java/metadata.json", "cookbooks/java/metadata.rb", "cookbooks/java/recipes/default.rb", "cookbooks/java/recipes/openjdk.rb", "cookbooks/java/recipes/sun.rb", "cookbooks/jruby/attributes/default.rb", "cookbooks/jruby/recipes/default.rb", "cookbooks/server/recipes/default.rb", "cookbooks/server/templates/default/server.sh.erb", "cookbooks/vagrant_main/recipes/default.rb", "engineyard-visualvm-java.gemspec", "engineyard-visualvm.gemspec", "engineyard-visualvm.gemspec.in", "ext/org/jruby/ext/jmx/Agent.java", "ext/org/jruby/ext/jmx/JavaHome.java", "ext/org/jruby/ext/jmx/RMIServerSocketFactoryImpl.java", "lib/engineyard-visualvm.rb", "lib/engineyard-visualvm/agent.jar", "lib/engineyard-visualvm/cli.rb", "lib/engineyard-visualvm/version.rb", "spec/engineyard-visualvm_spec.rb", "spec/spec_helper.rb"]
15
+ s.homepage = "https://github.com/engineyard/engineyard-visualvm"
16
+ s.require_paths = ["lib"]
17
+ s.rubyforge_project = "jruby-extras"
18
+ s.rubygems_version = "1.8.15"
19
+ s.summary = "Client and server helpers for using JMX and VisualVM with EY Cloud."
20
+ s.test_files = ["spec/engineyard-visualvm_spec.rb", "spec/spec_helper.rb"]
23
21
 
24
22
  if s.respond_to? :specification_version then
25
23
  s.specification_version = 3
@@ -1,24 +1,22 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
 
3
3
  Gem::Specification.new do |s|
4
- s.name = %q{engineyard-visualvm}
5
- s.version = "0.5.3"
4
+ s.name = "engineyard-visualvm"
5
+ s.version = "0.5.4"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
- s.authors = [%q{Nick Sieger}]
9
- s.date = %q{2011-12-21}
10
- s.description = %q{This provides a Java agent and command-line utility to enable
11
- JMX in any Java process such that it can be accessed through a firewall,
12
- and a VisualVM launcher aid to connect to that process through ssh.}
13
- s.email = [%q{nick@nicksieger.com}]
14
- s.executables = [%q{ey-visualvm}]
15
- s.files = [%q{.gitignore}, %q{ChangeLog}, %q{Gemfile}, %q{LICENSE.txt}, %q{README.md}, %q{Rakefile}, %q{Vagrantfile}, %q{bin/ey-visualvm}, %q{cookbooks/apt/README.md}, %q{cookbooks/apt/files/default/apt-cacher}, %q{cookbooks/apt/files/default/apt-cacher.conf}, %q{cookbooks/apt/files/default/apt-proxy-v2.conf}, %q{cookbooks/apt/metadata.json}, %q{cookbooks/apt/metadata.rb}, %q{cookbooks/apt/providers/repository.rb}, %q{cookbooks/apt/recipes/cacher-client.rb}, %q{cookbooks/apt/recipes/cacher.rb}, %q{cookbooks/apt/recipes/default.rb}, %q{cookbooks/apt/resources/repository.rb}, %q{cookbooks/gems/recipes/default.rb}, %q{cookbooks/java/README.md}, %q{cookbooks/java/attributes/default.rb}, %q{cookbooks/java/files/default/java.seed}, %q{cookbooks/java/metadata.json}, %q{cookbooks/java/metadata.rb}, %q{cookbooks/java/recipes/default.rb}, %q{cookbooks/java/recipes/openjdk.rb}, %q{cookbooks/java/recipes/sun.rb}, %q{cookbooks/jruby/attributes/default.rb}, %q{cookbooks/jruby/recipes/default.rb}, %q{cookbooks/server/recipes/default.rb}, %q{cookbooks/server/templates/default/server.sh.erb}, %q{cookbooks/vagrant_main/recipes/default.rb}, %q{engineyard-visualvm-java.gemspec}, %q{engineyard-visualvm.gemspec}, %q{engineyard-visualvm.gemspec.in}, %q{ext/org/jruby/ext/jmx/Agent.java}, %q{ext/org/jruby/ext/jmx/JavaHome.java}, %q{ext/org/jruby/ext/jmx/RMIServerSocketFactoryImpl.java}, %q{lib/engineyard-visualvm.rb}, %q{lib/engineyard-visualvm/agent.jar}, %q{lib/engineyard-visualvm/cli.rb}, %q{lib/engineyard-visualvm/version.rb}, %q{spec/engineyard-visualvm_spec.rb}, %q{spec/spec_helper.rb}]
16
- s.homepage = %q{https://github.com/engineyard/engineyard-visualvm}
17
- s.require_paths = [%q{lib}]
18
- s.rubyforge_project = %q{jruby-extras}
19
- s.rubygems_version = %q{1.8.9}
20
- s.summary = %q{Client and server helpers for using JMX and VisualVM with EY Cloud.}
21
- s.test_files = [%q{spec/engineyard-visualvm_spec.rb}, %q{spec/spec_helper.rb}]
8
+ s.authors = ["Nick Sieger"]
9
+ s.date = "2012-01-31"
10
+ s.description = "This provides a Java agent and command-line utility to enable\n JMX in any Java process such that it can be accessed through a firewall,\n and a VisualVM launcher aid to connect to that process through ssh."
11
+ s.email = ["nick@nicksieger.com"]
12
+ s.executables = ["ey-visualvm"]
13
+ s.files = [".gitignore", "ChangeLog", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "Vagrantfile", "bin/ey-visualvm", "cookbooks/apt/README.md", "cookbooks/apt/files/default/apt-cacher", "cookbooks/apt/files/default/apt-cacher.conf", "cookbooks/apt/files/default/apt-proxy-v2.conf", "cookbooks/apt/metadata.json", "cookbooks/apt/metadata.rb", "cookbooks/apt/providers/repository.rb", "cookbooks/apt/recipes/cacher-client.rb", "cookbooks/apt/recipes/cacher.rb", "cookbooks/apt/recipes/default.rb", "cookbooks/apt/resources/repository.rb", "cookbooks/gems/recipes/default.rb", "cookbooks/java/README.md", "cookbooks/java/attributes/default.rb", "cookbooks/java/files/default/java.seed", "cookbooks/java/metadata.json", "cookbooks/java/metadata.rb", "cookbooks/java/recipes/default.rb", "cookbooks/java/recipes/openjdk.rb", "cookbooks/java/recipes/sun.rb", "cookbooks/jruby/attributes/default.rb", "cookbooks/jruby/recipes/default.rb", "cookbooks/server/recipes/default.rb", "cookbooks/server/templates/default/server.sh.erb", "cookbooks/vagrant_main/recipes/default.rb", "engineyard-visualvm-java.gemspec", "engineyard-visualvm.gemspec", "engineyard-visualvm.gemspec.in", "ext/org/jruby/ext/jmx/Agent.java", "ext/org/jruby/ext/jmx/JavaHome.java", "ext/org/jruby/ext/jmx/RMIServerSocketFactoryImpl.java", "lib/engineyard-visualvm.rb", "lib/engineyard-visualvm/agent.jar", "lib/engineyard-visualvm/cli.rb", "lib/engineyard-visualvm/version.rb", "spec/engineyard-visualvm_spec.rb", "spec/spec_helper.rb"]
14
+ s.homepage = "https://github.com/engineyard/engineyard-visualvm"
15
+ s.require_paths = ["lib"]
16
+ s.rubyforge_project = "jruby-extras"
17
+ s.rubygems_version = "1.8.15"
18
+ s.summary = "Client and server helpers for using JMX and VisualVM with EY Cloud."
19
+ s.test_files = ["spec/engineyard-visualvm_spec.rb", "spec/spec_helper.rb"]
22
20
 
23
21
  if s.respond_to? :specification_version then
24
22
  s.specification_version = 3
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2011 Engine Yard, Inc.
2
+ # Copyright (c) 2011-2012 Engine Yard, Inc.
3
3
  # See the file LICENSE.txt included with the distribution for
4
4
  # software license details.
5
5
  #++
@@ -1,10 +1,9 @@
1
1
  #--
2
- # Copyright (c) 2011 Engine Yard, Inc.
2
+ # Copyright (c) 2011-2012 Engine Yard, Inc.
3
3
  # See the file LICENSE.txt included with the distribution for
4
4
  # software license details.
5
5
  #++
6
6
 
7
- require "thor"
8
7
  require "childprocess"
9
8
  require "socket"
10
9
  require "engineyard"
@@ -1,11 +1,11 @@
1
1
  #--
2
- # Copyright (c) 2011 Engine Yard, Inc.
2
+ # Copyright (c) 2011-2012 Engine Yard, Inc.
3
3
  # See the file LICENSE.txt included with the distribution for
4
4
  # software license details.
5
5
  #++
6
6
 
7
7
  module EngineYard
8
8
  module VisualVM
9
- VERSION = "0.5.3"
9
+ VERSION = "0.5.4"
10
10
  end
11
11
  end
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2011 Engine Yard, Inc.
2
+ # Copyright (c) 2011-2012 Engine Yard, Inc.
3
3
  # See the file LICENSE.txt included with the distribution for
4
4
  # software license details.
5
5
  #++
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2011 Engine Yard, Inc.
2
+ # Copyright (c) 2011-2012 Engine Yard, Inc.
3
3
  # See the file LICENSE.txt included with the distribution for
4
4
  # software license details.
5
5
  #++
metadata CHANGED
@@ -1,146 +1,146 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: engineyard-visualvm
3
- version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 0.5.3
3
+ version: !ruby/object:Gem::Version
4
+ prerelease:
5
+ version: 0.5.4
6
6
  platform: ruby
7
- authors:
8
- - Nick Sieger
9
- autorequire:
7
+ authors:
8
+ - Nick Sieger
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
-
13
- date: 2011-12-21 00:00:00 Z
14
- dependencies:
15
- - !ruby/object:Gem::Dependency
16
- name: childprocess
17
- prerelease: false
18
- requirement: &id001 !ruby/object:Gem::Requirement
19
- none: false
20
- requirements:
21
- - - ">="
22
- - !ruby/object:Gem::Version
23
- version: "0"
24
- type: :runtime
25
- version_requirements: *id001
26
- - !ruby/object:Gem::Dependency
27
- name: engineyard
28
- prerelease: false
29
- requirement: &id002 !ruby/object:Gem::Requirement
30
- none: false
31
- requirements:
32
- - - ">="
33
- - !ruby/object:Gem::Version
34
- version: "0"
35
- type: :runtime
36
- version_requirements: *id002
37
- - !ruby/object:Gem::Dependency
38
- name: ffi-ncurses
39
- prerelease: false
40
- requirement: &id003 !ruby/object:Gem::Requirement
41
- none: false
42
- requirements:
43
- - - ">="
44
- - !ruby/object:Gem::Version
45
- version: "0"
46
- type: :runtime
47
- version_requirements: *id003
48
- - !ruby/object:Gem::Dependency
49
- name: rspec
50
- prerelease: false
51
- requirement: &id004 !ruby/object:Gem::Requirement
52
- none: false
53
- requirements:
54
- - - ">="
55
- - !ruby/object:Gem::Version
56
- version: "0"
57
- type: :development
58
- version_requirements: *id004
59
- description: |-
60
- This provides a Java agent and command-line utility to enable
61
- JMX in any Java process such that it can be accessed through a firewall,
62
- and a VisualVM launcher aid to connect to that process through ssh.
63
- email:
64
- - nick@nicksieger.com
65
- executables:
66
- - ey-visualvm
12
+ date: 2012-01-31 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: childprocess
16
+ version_requirements: &2056 !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - ! '>='
19
+ - !ruby/object:Gem::Version
20
+ version: !binary |-
21
+ MA==
22
+ none: false
23
+ requirement: *2056
24
+ prerelease: false
25
+ type: :runtime
26
+ - !ruby/object:Gem::Dependency
27
+ name: engineyard
28
+ version_requirements: &2074 !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ! '>='
31
+ - !ruby/object:Gem::Version
32
+ version: !binary |-
33
+ MA==
34
+ none: false
35
+ requirement: *2074
36
+ prerelease: false
37
+ type: :runtime
38
+ - !ruby/object:Gem::Dependency
39
+ name: ffi-ncurses
40
+ version_requirements: &2090 !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ! '>='
43
+ - !ruby/object:Gem::Version
44
+ version: !binary |-
45
+ MA==
46
+ none: false
47
+ requirement: *2090
48
+ prerelease: false
49
+ type: :runtime
50
+ - !ruby/object:Gem::Dependency
51
+ name: rspec
52
+ version_requirements: &2106 !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ! '>='
55
+ - !ruby/object:Gem::Version
56
+ version: !binary |-
57
+ MA==
58
+ none: false
59
+ requirement: *2106
60
+ prerelease: false
61
+ type: :development
62
+ description: ! "This provides a Java agent and command-line utility to enable\n \
63
+ \ JMX in any Java process such that it can be accessed through a firewall,\n \
64
+ \ and a VisualVM launcher aid to connect to that process through ssh."
65
+ email:
66
+ - nick@nicksieger.com
67
+ executables:
68
+ - ey-visualvm
67
69
  extensions: []
68
-
69
70
  extra_rdoc_files: []
70
-
71
- files:
72
- - .gitignore
73
- - ChangeLog
74
- - Gemfile
75
- - LICENSE.txt
76
- - README.md
77
- - Rakefile
78
- - Vagrantfile
79
- - bin/ey-visualvm
80
- - cookbooks/apt/README.md
81
- - cookbooks/apt/files/default/apt-cacher
82
- - cookbooks/apt/files/default/apt-cacher.conf
83
- - cookbooks/apt/files/default/apt-proxy-v2.conf
84
- - cookbooks/apt/metadata.json
85
- - cookbooks/apt/metadata.rb
86
- - cookbooks/apt/providers/repository.rb
87
- - cookbooks/apt/recipes/cacher-client.rb
88
- - cookbooks/apt/recipes/cacher.rb
89
- - cookbooks/apt/recipes/default.rb
90
- - cookbooks/apt/resources/repository.rb
91
- - cookbooks/gems/recipes/default.rb
92
- - cookbooks/java/README.md
93
- - cookbooks/java/attributes/default.rb
94
- - cookbooks/java/files/default/java.seed
95
- - cookbooks/java/metadata.json
96
- - cookbooks/java/metadata.rb
97
- - cookbooks/java/recipes/default.rb
98
- - cookbooks/java/recipes/openjdk.rb
99
- - cookbooks/java/recipes/sun.rb
100
- - cookbooks/jruby/attributes/default.rb
101
- - cookbooks/jruby/recipes/default.rb
102
- - cookbooks/server/recipes/default.rb
103
- - cookbooks/server/templates/default/server.sh.erb
104
- - cookbooks/vagrant_main/recipes/default.rb
105
- - engineyard-visualvm-java.gemspec
106
- - engineyard-visualvm.gemspec
107
- - engineyard-visualvm.gemspec.in
108
- - ext/org/jruby/ext/jmx/Agent.java
109
- - ext/org/jruby/ext/jmx/JavaHome.java
110
- - ext/org/jruby/ext/jmx/RMIServerSocketFactoryImpl.java
111
- - lib/engineyard-visualvm.rb
112
- - lib/engineyard-visualvm/agent.jar
113
- - lib/engineyard-visualvm/cli.rb
114
- - lib/engineyard-visualvm/version.rb
115
- - spec/engineyard-visualvm_spec.rb
116
- - spec/spec_helper.rb
71
+ files:
72
+ - .gitignore
73
+ - ChangeLog
74
+ - Gemfile
75
+ - LICENSE.txt
76
+ - README.md
77
+ - Rakefile
78
+ - Vagrantfile
79
+ - bin/ey-visualvm
80
+ - cookbooks/apt/README.md
81
+ - cookbooks/apt/files/default/apt-cacher
82
+ - cookbooks/apt/files/default/apt-cacher.conf
83
+ - cookbooks/apt/files/default/apt-proxy-v2.conf
84
+ - cookbooks/apt/metadata.json
85
+ - cookbooks/apt/metadata.rb
86
+ - cookbooks/apt/providers/repository.rb
87
+ - cookbooks/apt/recipes/cacher-client.rb
88
+ - cookbooks/apt/recipes/cacher.rb
89
+ - cookbooks/apt/recipes/default.rb
90
+ - cookbooks/apt/resources/repository.rb
91
+ - cookbooks/gems/recipes/default.rb
92
+ - cookbooks/java/README.md
93
+ - cookbooks/java/attributes/default.rb
94
+ - cookbooks/java/files/default/java.seed
95
+ - cookbooks/java/metadata.json
96
+ - cookbooks/java/metadata.rb
97
+ - cookbooks/java/recipes/default.rb
98
+ - cookbooks/java/recipes/openjdk.rb
99
+ - cookbooks/java/recipes/sun.rb
100
+ - cookbooks/jruby/attributes/default.rb
101
+ - cookbooks/jruby/recipes/default.rb
102
+ - cookbooks/server/recipes/default.rb
103
+ - cookbooks/server/templates/default/server.sh.erb
104
+ - cookbooks/vagrant_main/recipes/default.rb
105
+ - engineyard-visualvm-java.gemspec
106
+ - engineyard-visualvm.gemspec
107
+ - engineyard-visualvm.gemspec.in
108
+ - ext/org/jruby/ext/jmx/Agent.java
109
+ - ext/org/jruby/ext/jmx/JavaHome.java
110
+ - ext/org/jruby/ext/jmx/RMIServerSocketFactoryImpl.java
111
+ - lib/engineyard-visualvm.rb
112
+ - lib/engineyard-visualvm/agent.jar
113
+ - lib/engineyard-visualvm/cli.rb
114
+ - lib/engineyard-visualvm/version.rb
115
+ - spec/engineyard-visualvm_spec.rb
116
+ - spec/spec_helper.rb
117
117
  homepage: https://github.com/engineyard/engineyard-visualvm
118
118
  licenses: []
119
-
120
- post_install_message:
119
+ post_install_message:
121
120
  rdoc_options: []
122
-
123
- require_paths:
124
- - lib
125
- required_ruby_version: !ruby/object:Gem::Requirement
121
+ require_paths:
122
+ - lib
123
+ required_ruby_version: !ruby/object:Gem::Requirement
124
+ requirements:
125
+ - - ! '>='
126
+ - !ruby/object:Gem::Version
127
+ version: !binary |-
128
+ MA==
126
129
  none: false
127
- requirements:
128
- - - ">="
129
- - !ruby/object:Gem::Version
130
- version: "0"
131
- required_rubygems_version: !ruby/object:Gem::Requirement
130
+ required_rubygems_version: !ruby/object:Gem::Requirement
131
+ requirements:
132
+ - - ! '>='
133
+ - !ruby/object:Gem::Version
134
+ version: !binary |-
135
+ MA==
132
136
  none: false
133
- requirements:
134
- - - ">="
135
- - !ruby/object:Gem::Version
136
- version: "0"
137
137
  requirements: []
138
-
139
138
  rubyforge_project: jruby-extras
140
- rubygems_version: 1.8.9
141
- signing_key:
139
+ rubygems_version: 1.8.15
140
+ signing_key:
142
141
  specification_version: 3
143
142
  summary: Client and server helpers for using JMX and VisualVM with EY Cloud.
144
- test_files:
145
- - spec/engineyard-visualvm_spec.rb
146
- - spec/spec_helper.rb
143
+ test_files:
144
+ - spec/engineyard-visualvm_spec.rb
145
+ - spec/spec_helper.rb
146
+ ...