frosty_meadow 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/frosty_meadow.rb +15 -1
  2. metadata +2 -2
data/lib/frosty_meadow.rb CHANGED
@@ -1,6 +1,20 @@
1
1
  require 'json'
2
2
 
3
- class FrostyMeadow
3
+ module FrostyMeadow
4
+ module Version
5
+ MAJOR = 1
6
+ MINOR = 1
7
+ PATCH = 0
8
+
9
+ FULL = [MAJOR, MINOR, PATCH].join('.')
10
+
11
+ class << self
12
+ def to_s
13
+ FULL
14
+ end
15
+ end
16
+ end
17
+
4
18
  def self.generate params = {}
5
19
  words = get_words params
6
20
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: frosty_meadow
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-27 00:00:00.000000000 Z
12
+ date: 2013-03-06 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: This gem will generate a random name for your server, much in the way
15
15
  Heroku does.