sigil 1.0.1 → 1.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/lib/sigil/version.rb +1 -1
  2. metadata +2 -3
  3. data/VERSION +0 -1
data/lib/sigil/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Sigil
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 1
9
- version: 1.0.1
8
+ - 2
9
+ version: 1.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Steve Hoeksema
@@ -119,7 +119,6 @@ files:
119
119
  - Gemfile
120
120
  - Gemfile.lock
121
121
  - Rakefile
122
- - VERSION
123
122
  - lib/sigil.rb
124
123
  - lib/sigil/base.rb
125
124
  - lib/sigil/error.rb
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 1.0.0