README.rdoc in conekta-0.3.0 vs README.rdoc in conekta-0.3.1
- old
+ new
@@ -3,12 +3,16 @@
== Installation
You don't need this source code unless you want to modify the gem. If
you want to install the gem via bundler you should add this line to your gemfile:
-gem 'conekta', :git => 'git://github.com/conekta/conekta-ruby.git'
+ gem "conekta", "~> 0.3.0"
+You can also install this gem by running:
+
+ gem install conekta
+
If you want to build the gem from source:
gem build conekta.gemspec
== Requirements
@@ -17,6 +21,6 @@
ActiveSupport.)
* rest-client, multi_json
== Development
-Test cases can be run with: `bundle exec rake test`
+Test cases can be run with: `bundle exec rake spec`