Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gem.source_index and others are deprecated #38

Open
alexandre-mbm opened this issue Mar 5, 2014 · 1 comment
Open

Gem.source_index and others are deprecated #38

alexandre-mbm opened this issue Mar 5, 2014 · 1 comment

Comments

@alexandre-mbm
Copy link

alexandre$ ./script/server -e development
=> Booting WEBrick
=> Rails 2.3.18 application starting on http://0.0.0.0:3000
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
Gem.source_index called from /var/lib/gems/1.8/gems/rails-2.3.18/lib/rails/gem_dependency.rb:21.
NOTE: Gem::SourceIndex#initialize is deprecated with no replacement. It will be removed on or after 2011-11-01.
Gem::SourceIndex#initialize called from /var/lib/gems/1.8/gems/rails-2.3.18/lib/rails/vendor_gem_source_index.rb:100.
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
Gem.source_index called from /var/lib/gems/1.8/gems/rails-2.3.18/lib/rails/gem_dependency.rb:78.
NOTE: Gem::SourceIndex#each is deprecated with no replacement. It will be removed on or after 2011-11-01.
Gem::SourceIndex#each called from /var/lib/gems/1.8/gems/rails-2.3.18/lib/rails/vendor_gem_source_index.rb:123.
NOTE: Gem::SourceIndex#each is deprecated with no replacement. It will be removed on or after 2011-11-01.
Gem::SourceIndex#each called from /var/lib/gems/1.8/gems/rails-2.3.18/lib/rails/vendor_gem_source_index.rb:124.
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
Gem.source_index called from /var/lib/gems/1.8/gems/rails-2.3.18/lib/rails/gem_dependency.rb:78.
NOTE: Gem::SourceIndex#each is deprecated with no replacement. It will be removed on or after 2011-11-01.
Gem::SourceIndex#each called from /var/lib/gems/1.8/gems/rails-2.3.18/lib/rails/vendor_gem_source_index.rb:123.
NOTE: Gem::SourceIndex#each is deprecated with no replacement. It will be removed on or after 2011-11-01.
Gem::SourceIndex#each called from /var/lib/gems/1.8/gems/rails-2.3.18/lib/rails/vendor_gem_source_index.rb:124.
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
Gem.source_index called from /var/lib/gems/1.8/gems/rails-2.3.18/lib/rails/gem_dependency.rb:78.
NOTE: Gem::SourceIndex#each is deprecated with no replacement. It will be removed on or after 2011-11-01.
Gem::SourceIndex#each called from /var/lib/gems/1.8/gems/rails-2.3.18/lib/rails/vendor_gem_source_index.rb:123.
NOTE: Gem::SourceIndex#each is deprecated with no replacement. It will be removed on or after 2011-11-01.
Gem::SourceIndex#each called from /var/lib/gems/1.8/gems/rails-2.3.18/lib/rails/vendor_gem_source_index.rb:124.
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
Gem.source_index called from /var/lib/gems/1.8/gems/rails-2.3.18/lib/rails/gem_dependency.rb:104.
NOTE: Gem::SourceIndex#search is deprecated with no replacement. It will be removed on or after 2011-11-01.
Gem::SourceIndex#search called from /var/lib/gems/1.8/gems/rails-2.3.18/lib/rails/vendor_gem_source_index.rb:119.
NOTE: Gem::SourceIndex#search is deprecated with no replacement. It will be removed on or after 2011-11-01.
Gem::SourceIndex#search called from /var/lib/gems/1.8/gems/rails-2.3.18/lib/rails/vendor_gem_source_index.rb:119.
.aasm_initial_state(:name) is deprecated and will be removed in version 4.0.0; please use .aasm.initial_state = :name instead!
.aasm_state is deprecated and will be removed in version 4.0.0; please use .aasm.state instead!
.aasm_state is deprecated and will be removed in version 4.0.0; please use .aasm.state instead!
.aasm_state is deprecated and will be removed in version 4.0.0; please use .aasm.state instead!
.aasm_state is deprecated and will be removed in version 4.0.0; please use .aasm.state instead!
.aasm_state is deprecated and will be removed in version 4.0.0; please use .aasm.state instead!
.aasm_event is deprecated and will be removed in version 4.0.0; please use .aasm.event instead!
.aasm_event is deprecated and will be removed in version 4.0.0; please use .aasm.event instead!
.aasm_event is deprecated and will be removed in version 4.0.0; please use .aasm.event instead!
.aasm_event is deprecated and will be removed in version 4.0.0; please use .aasm.event instead!
.aasm_event is deprecated and will be removed in version 4.0.0; please use .aasm.event instead!
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2014-03-05 12:01:21] INFO  WEBrick 1.3.1
[2014-03-05 12:01:21] INFO  ruby 1.8.7 (2011-06-30) [i686-linux]
[2014-03-05 12:01:26] INFO  WEBrick::HTTPServer#start: pid=23924 port=3000
@alexandre-mbm
Copy link
Author

See "Fix Rubygems warning: Gem.source_index is deprecated, use Specification". I tested this tip days ago. I am writing a new README.md (new commit) on the pull request #40 now.

alexandre-mbm added a commit to alexandre-mbm/OpenStreetView that referenced this issue Mar 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant