mobius 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/mobius/version.rb +1 -1
  2. data/readme.md +7 -0
  3. metadata +5 -4
@@ -1,3 +1,3 @@
1
1
  module Mobius
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
data/readme.md ADDED
@@ -0,0 +1,7 @@
1
+ ### Welcome to the Mobius Game Companion Gem!
2
+
3
+ A quick note: The majority of people who download this gem are doing so as part of a larger game, started elsewhere. If this is the first you've heard of the Mobius Game, consider joining us by starting here.
4
+
5
+ ***
6
+
7
+ This gem is intentionally incomplete. Specifically, it exists as an exercise to complete a class according to its test suite. That being the case, we'd kindly ask that you refrain from publicly forking this gem with your work, so as not to spoil the challenge for later visitors
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mobius
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 1
10
- version: 1.0.1
9
+ - 2
10
+ version: 1.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mobius Caesar, GFM
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-04-15 00:00:00 Z
18
+ date: 2012-04-16 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rspec
@@ -47,6 +47,7 @@ files:
47
47
  - lib/mobius.rb
48
48
  - lib/mobius/version.rb
49
49
  - mobius.gemspec
50
+ - readme.md
50
51
  - spec/mobius_spec.rb
51
52
  homepage: http://www.mobiusgame.net
52
53
  licenses: []