seamusabshere-errata 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/errata.gemspec +1 -8
  4. metadata +1 -1
data/Rakefile CHANGED
@@ -12,7 +12,7 @@ begin
12
12
  gem.authors = ["Seamus Abshere", "Andy Rossmeissl"]
13
13
  %w{ activesupport seamusabshere-remote_table }.each { |name| gem.add_dependency name }
14
14
  gem.require_path = "lib"
15
- gem.files.include %w(lib/erratum.rb lib/erratum/**/*) unless gem.files.empty? # seems to fail once it's in the wild
15
+ gem.files.include %w(lib/erratum) unless gem.files.empty? # seems to fail once it's in the wild
16
16
  gem.rdoc_options << '--line-numbers' << '--inline-source'
17
17
  # gem.rubyforge_project = "errata"
18
18
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
data/errata.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{errata}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Seamus Abshere", "Andy Rossmeissl"]
@@ -26,19 +26,12 @@ Gem::Specification.new do |s|
26
26
  "errata.gemspec",
27
27
  "lib/errata.rb",
28
28
  "lib/erratum.rb",
29
- "lib/erratum.rb",
30
- "lib/erratum/delete.rb",
31
29
  "lib/erratum/delete.rb",
32
30
  "lib/erratum/reject.rb",
33
- "lib/erratum/reject.rb",
34
- "lib/erratum/replace.rb",
35
31
  "lib/erratum/replace.rb",
36
32
  "lib/erratum/simplify.rb",
37
- "lib/erratum/simplify.rb",
38
- "lib/erratum/transform.rb",
39
33
  "lib/erratum/transform.rb",
40
34
  "lib/erratum/truncate.rb",
41
- "lib/erratum/truncate.rb",
42
35
  "test/errata_test.rb",
43
36
  "test/test_helper.rb"
44
37
  ]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seamusabshere-errata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seamus Abshere