pork_sandwich 0.4.0 → 0.4.1

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0
1
+ 0.4.1
data/lib/pork_sandwich.rb CHANGED
@@ -15,6 +15,7 @@ require "#{File.dirname(__FILE__)}/pork_sandwich/table_classes/twitter_account"
15
15
  require "#{File.dirname(__FILE__)}/pork_sandwich/table_classes/twitter_relationship"
16
16
 
17
17
  module Pork
18
+ require 'twitter'
18
19
  #Object.send :undef_method, :id
19
20
 
20
21
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pork_sandwich
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Gilbert
@@ -46,7 +46,7 @@ files:
46
46
  - Rakefile
47
47
  - VERSION
48
48
  - generators/pork_sandwich_migration/pork_sandwich_migration_generator.rb
49
- - generators/pork_sandwich_migration/templates/pork_sandwich_migration.rb
49
+ - generators/pork_sandwich_migration/templates/migration.rb
50
50
  - lib/pork_sandwich.rb
51
51
  - lib/pork_sandwich/auth.rb
52
52
  - lib/pork_sandwich/config.rb