stilts 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/README.md +3 -0
  2. data/lib/stilts/version.rb +1 -1
  3. metadata +3 -2
data/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # Stilts
2
+
3
+ ### Currently under development, you probably don't want to download this.
@@ -1,3 +1,3 @@
1
1
  module Stilts
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Graham Powrie
@@ -44,6 +44,7 @@ extra_rdoc_files: []
44
44
  files:
45
45
  - .gitignore
46
46
  - Gemfile
47
+ - README.md
47
48
  - Rakefile
48
49
  - lib/stilts.rb
49
50
  - lib/stilts/configuration.rb