slim 0.9.1.alpha.1 → 0.9.1.alpha.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/.gemtest +0 -0
  2. data/lib/slim/version.rb +1 -1
  3. metadata +3 -2
data/.gemtest ADDED
File without changes
data/lib/slim/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Slim
2
- VERSION = '0.9.1.alpha.1'
2
+ VERSION = '0.9.1.alpha.2'
3
3
  end
metadata CHANGED
@@ -7,8 +7,8 @@ version: !ruby/object:Gem::Version
7
7
  - 9
8
8
  - 1
9
9
  - alpha
10
- - 1
11
- version: 0.9.1.alpha.1
10
+ - 2
11
+ version: 0.9.1.alpha.2
12
12
  platform: ruby
13
13
  authors:
14
14
  - Andrew Stone
@@ -155,6 +155,7 @@ extensions: []
155
155
  extra_rdoc_files:
156
156
  - README.md
157
157
  files:
158
+ - .gemtest
158
159
  - README.md
159
160
  - Rakefile
160
161
  - bin/slimrb