viniciusgati (Vinicius Gati)
- Login: viniciusgati
- Email: viniciusgati@gmail.com
- Registered on: 11/22/2011
- Last sign in: 12/13/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/03/2011
-
10:39 PM Ruby Bug #5659: bug releasing a gem created with rails 3.1
- [viniciusgati] ~/Code/ruby/testes
$ cd test_rb_bug/
[viniciusgati] ~/Code/ruby/testes/test_rb_bug (master)
$ rvm use 1.9.2
Using /Users/viniciusgati/.rvm/gems/ruby-1.9.2-p290
[viniciusgati] ~/Code/ruby/testes/test_rb_bug (master)
$ rvm... -
10:13 PM Ruby Bug #5659: bug releasing a gem created with rails 3.1
- $ ruby -v -ropenssl -e "puts OpenSSL::OPENSSL_VERSION"
ruby 1.9.3dev (2011-10-11 revision 33457) [x86_64-darwin11.2.0]
OpenSSL 1.0.0e 6 Sep
ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-darwin11.2.0]
OpenSSL 1.0.0e 6 Sep 2011
11/30/2011
-
06:13 AM Ruby Bug #5659: bug releasing a gem created with rails 3.1
- I paste the 1.9.3-p0 bug in another gist
https://gist.github.com/1406528
11/23/2011
-
03:13 AM Ruby Bug #5659: bug releasing a gem created with rails 3.1
- I updated the gist with the 1.9.3-p0 log error
$ openssl version
OpenSSL 1.0.0e 6 Sep 2011
Luis Lavena wrote:
> From what it appears to be, SSL was involved in the crash.
> ...
11/22/2011
-
09:26 PM Ruby Bug #5659 (Rejected): bug releasing a gem created with rails 3.1
- I made a rails engine using rails 3.1
the steps i follow was :
i created the engine with rails new plugin test_rb_bug
then i updated the gemspec
then i created a git repo and pushed: https://github.com/viniciusgati/test_rb_bu...