Skip to content

Instantly share code, notes, and snippets.

@etehtsea
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save etehtsea/1d0cadda39e683517d1c to your computer and use it in GitHub Desktop.
Save etehtsea/1d0cadda39e683517d1c to your computer and use it in GitHub Desktop.
gist
source 'https://rubygems.org'
# Specify your gem's dependencies in issue-repro.gemspec
gemspec
PATH
remote: .
specs:
issue-repro (0.0.1)
activesupport (~> 4.1.6)
GEM
remote: https://rubygems.org/
specs:
activesupport (4.1.6)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
i18n (0.6.11)
json (1.8.1-java)
minitest (5.3.3)
rake (10.3.2)
thread_safe (0.3.4-java)
tzinfo (1.2.2)
thread_safe (~> 0.1)
PLATFORMS
java
DEPENDENCIES
bundler (~> 1.6)
issue-repro!
rake
# coding: utf-8
Gem::Specification.new do |spec|
spec.name = "issue-repro"
spec.version = '0.0.1'
spec.authors = ["Konstantin Shabanov"]
spec.email = ["etehtsea@gmail.com"]
spec.summary = %q{TODO: Write a short summary. Required.}
spec.description = %q{TODO: Write a longer description. Optional.}
spec.homepage = ""
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
spec.add_dependency 'activesupport', '~> 4.1.6'
spec.add_development_dependency "bundler", "~> 1.6"
spec.add_development_dependency "rake"
end
/tmp/issue-repro [ master: ✗ ] 6m ⚡ ruby-build -v jruby-1.7.15 ~/.rbenv/versions/jruby-1.7.15 (set ☺
/var/folders/28/_36t5qdj65x37562tngrt_8m0000gp/T/ruby-build.20140915195134.10842 /tmp/issue-repro
Downloading jruby-bin-1.7.15.tar.gz...
HTTP/1.1 200 OK
Content-Type: binary/octet-stream
Content-Length: 26154365
Connection: keep-alive
Date: Mon, 15 Sep 2014 12:51:32 GMT
Last-Modified: Fri, 05 Sep 2014 07:35:45 GMT
ETag: "92e63cffcb86842511aeeed95bdf96ed"
Accept-Ranges: bytes
Server: AmazonS3
Age: 10803
X-Cache: Hit from cloudfront
Via: 1.1 4f49d21ad994575b3a6262e2408f2087.cloudfront.net (CloudFront)
X-Amz-Cf-Id: VXZff4EO2LVfsdsQ-qZmei9SN_sffIeu-e0KENPs4MZ9vT_9iD6McQ==
-> http://dqw8nmjcqpjn7.cloudfront.net/894a905db860f8789e24a29e5178afedc497beb21ba914e8b1a315b31d6fdd5f
/var/folders/28/_36t5qdj65x37562tngrt_8m0000gp/T/ruby-build.20140915195134.10842/jruby-1.7.15 /var/folders/28/_36t5qdj65x37562tngrt_8m0000gp/T/ruby-build.20140915195134.10842 /tmp/issue-repro
Installing jruby-1.7.15...
Building native extensions. This could take a while...
/Users/kes/.rbenv/versions/jruby-1.7.15/lib/ruby/shared/rubygems/ext/ext_conf_builder.rb:43 warning: Tempfile#unlink or delete called on open file; ignoring
Successfully installed jruby-launcher-1.1.0-java
1 gem installed
/var/folders/28/_36t5qdj65x37562tngrt_8m0000gp/T/ruby-build.20140915195134.10842 /tmp/issue-repro
/tmp/issue-repro
Installed jruby-1.7.15 to /Users/kes/.rbenv/versions/jruby-1.7.15
/tmp/issue-repro [ master: ✗ ] 7m ⚡ gem list jruby-1.7.15 ☺
*** LOCAL GEMS ***
axiom-types (0.1.1)
coercible (1.0.0)
descendants_tracker (0.0.4)
equalizer (0.0.9)
ffi (1.9.3 java)
ice_nine (0.11.0)
jar-dependencies (0.0.9)
jruby-launcher (1.1.0 java)
jruby-openssl (0.9.5 java)
json (1.8.0 java)
krypt (0.0.2)
krypt-core (0.0.2 universal-java)
krypt-provider-jdk (0.0.2)
maven-tools (1.0.4)
rake (10.1.0)
rdoc (4.0.1)
ruby-maven (3.1.1.0.8)
ruby-maven-libs (3.1.1)
thread_safe (0.3.4 java)
virtus (1.0.3)
/tmp/issue-repro [ master: ✗ ] 8m ⚡ gem install bundler jruby-1.7.15 ☹
Fetching: bundler-1.7.3.gem (100%)
Successfully installed bundler-1.7.3
1 gem installed
/tmp/issue-repro [ master: ✗ ] 9m ⚡ bundle package --all jruby-1.7.15 ☺
Fetching gem metadata from https://rubygems.org/..........
Resolving dependencies...
Installing rake 10.3.2
Installing i18n 0.6.11
Installing json 1.8.1
Installing minitest 5.3.3
Using thread_safe 0.3.4
Installing tzinfo 1.2.2
Installing activesupport 4.1.6
Using bundler 1.7.3
issue-repro at /private/tmp/issue-repro did not have a valid gemspec.
This prevents bundler from installing bins or native extensions, but that may not affect its functionality.
The validation message from Rubygems was:
"FIXME" or "TODO" is not a description
Using issue-repro 0.0.1 from source at .
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.
Updating files in vendor/cache
* rake-10.3.2.gem
* i18n-0.6.11.gem
* json-1.8.1-java.gem
* minitest-5.3.3.gem
Could not find thread_safe-0.3.4-java.gem for installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment