timriley-saucerly 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore ADDED
@@ -0,0 +1 @@
1
+ pkg
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.0
1
+ 0.5.1
File without changes
data/rails/init.rb CHANGED
@@ -1 +1 @@
1
- require File.dirname(__FILE__) + "/../lib/saucerly/rails"
1
+ require File.join(File.dirname(__FILE__), '..', 'lib', 'saucerly')
data/saucerly.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{saucerly}
8
- s.version = "0.5.0"
8
+ s.version = "0.5.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Tim Riley"]
@@ -15,14 +15,15 @@ Gem::Specification.new do |s|
15
15
  "README.md"
16
16
  ]
17
17
  s.files = [
18
- "MIT-LICENSE",
18
+ ".gitignore",
19
+ "MIT-LICENSE",
19
20
  "README.md",
20
21
  "Rakefile",
21
22
  "TODO",
22
23
  "VERSION",
23
24
  "init.rb",
25
+ "lib/saucerly.rb",
24
26
  "lib/saucerly/pdf_helper.rb",
25
- "lib/saucerly/rails.rb",
26
27
  "rails/init.rb",
27
28
  "saucerly.gemspec"
28
29
  ]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timriley-saucerly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Riley
@@ -31,14 +31,15 @@ extensions: []
31
31
  extra_rdoc_files:
32
32
  - README.md
33
33
  files:
34
+ - .gitignore
34
35
  - MIT-LICENSE
35
36
  - README.md
36
37
  - Rakefile
37
38
  - TODO
38
39
  - VERSION
39
40
  - init.rb
41
+ - lib/saucerly.rb
40
42
  - lib/saucerly/pdf_helper.rb
41
- - lib/saucerly/rails.rb
42
43
  - rails/init.rb
43
44
  - saucerly.gemspec
44
45
  has_rdoc: false