gemmyrb 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -1
- data/lib/gemmy/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3738de0bcb6474f41bc2f0959d5fc57c056e1c2d
|
4
|
+
data.tar.gz: 6d5a3339c10b4ecd92e29d4f380b66f536748756
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9afef465e6795c1e168dda4178c1cf77d45508f9069e279891ee022b08cd27ac64390de49ada10978ab494898bdad6b1c3a8f67ce24c6b62154e8a5ec4484de
|
7
|
+
data.tar.gz: f5183dea0d4e286ac33bffa45d060d379b0ddf3c108e098d8f8c408cf0b6ae67a2b7e5497519fb20ea7496df8be53ad47ca5e9e8a426c68807ae18aa16787718
|
data/README.md
CHANGED
@@ -6,12 +6,16 @@ and defines some system tasks, such as generating a gem.
|
|
6
6
|
It is on RubyGems. Because there is an existing gem named `gemmy`, the name passed to `gem install` is `gemmyrb`. But `require 'gemmy'` is still used.
|
7
7
|
|
8
8
|
RubyGems hosts the YARD documentation at [http://www.rubydoc.info/gems/gemmyrb](http://www.rubydoc.info/gems/gemmyrb), but it's only updated when I push
|
9
|
-
a new gem version. So the version
|
9
|
+
a new gem version. So the version on Github's master branch might contain
|
10
10
|
undocumented functionality. I'll try to keep the RubyGems version up-to-date though.
|
11
11
|
|
12
12
|
YARD is not the best for a birds-eye overview. For that, see the following
|
13
13
|
documents:
|
14
14
|
|
15
|
+
**Note! The following links won't work if you're reading this on rubydoc.info**
|
16
|
+
|
17
|
+
**Follow the links from http://github.com/maxpleaner/gemmy instead**
|
18
|
+
|
15
19
|
- _Loading the gem's code in different scopes_
|
16
20
|
- [examples/01_using_as_refinement.rb](./examples/01_using_as_refinement.rb)
|
17
21
|
- [examples/02_using_globally.rb](./examples/02_using_globally.rb)
|
data/lib/gemmy/version.rb
CHANGED