gemmyrb 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -1
  3. data/lib/gemmy/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ee07c91962027fdbdf91efbc60abb03d4ffd502b
4
- data.tar.gz: 7240a639bd4a4ee45d14e7bc43ed65974f54a192
3
+ metadata.gz: 3738de0bcb6474f41bc2f0959d5fc57c056e1c2d
4
+ data.tar.gz: 6d5a3339c10b4ecd92e29d4f380b66f536748756
5
5
  SHA512:
6
- metadata.gz: b8f6440c315b9c538ad06b178570d298f8f14e89b951221989cb122bcee97887f58a3ed05a80a2f76dcdd0af9f90492c3b7b13d6a94211c45f281d231e1ce030
7
- data.tar.gz: 1356ede85fc8a5bd3fd6aeeedefb583d2c69be86511860997b5c16e7e663f1ecad0882af187b6904e93d9f3ad9a7cd986c31acc253c48ea5f0bfcc2154f1bd65
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 here on Github's master branch might contain
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
@@ -1,3 +1,3 @@
1
1
  class Gemmy
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gemmyrb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - max pleaner