aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Scott <mail@zzak.io>2016-06-24 14:14:15 +0900
committerZachary Scott <mail@zzak.io>2016-06-24 14:14:15 +0900
commitdfed7a990d1f812a8d3efb84e644059c753187cc (patch)
tree3cb4311f387f1c64a31b182b5496652f7586fc65
parente1c7ee1bb3e13fa4fe0f200cf9a8cd3531c45d39 (diff)
downloadruby-openssl-dfed7a990d1f812a8d3efb84e644059c753187cc.tar.gz
- Add getting started doc for testing the gem
- Remove version restriction from `rake-compiler` in `Rakefile`
-rw-r--r--README.md6
-rw-r--r--Rakefile2
2 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index d140eb29..09399a14 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,12 @@ Or install it yourself as:
See the documentation on OpenSSL for more usage,
and the official [openssl library](http://www.openssl.org/).
+## Getting Started
+
+1. `$ gem install rake-compiler`
+2. `$ rake compile`
+3. `$ rake test`
+
## Contributing
1. Fork it ( https://github.com/ruby/openssl/fork )
diff --git a/Rakefile b/Rakefile
index 2a112ea6..cbc8206b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,4 @@
-gem 'rake-compiler', '~> 0.9'
+gem 'rake-compiler'
require 'rake'
require 'rake/extensiontask'