adamsalter-bad_encodings-ruby19 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 1
4
- :patch: 0
4
+ :patch: 1
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{bad_encodings-ruby19}
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 = ["Adam Salter"]
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  require 'fileutils'
3
- require '../lib/bad_encodings'
3
+ require 'bad_encodings'
4
4
 
5
5
  if ARGV[0] && File.exists?(ARGV[0])
6
6
  dir = ARGV[0]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adamsalter-bad_encodings-ruby19
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
  - Adam Salter
@@ -57,7 +57,6 @@ files:
57
57
  - test/test_helper.rb
58
58
  has_rdoc: false
59
59
  homepage: http://github.com/adamsalter/bad_encodings-ruby19
60
- licenses:
61
60
  post_install_message:
62
61
  rdoc_options:
63
62
  - --charset=UTF-8
@@ -78,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
77
  requirements: []
79
78
 
80
79
  rubyforge_project:
81
- rubygems_version: 1.3.5
80
+ rubygems_version: 1.2.0
82
81
  signing_key:
83
82
  specification_version: 3
84
83
  summary: Small gem that tries to make the task of finding bad ruby encodings in your project a little easier.