remote_partial 0.7.0 → 0.7.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.
@@ -1,5 +1,6 @@
1
1
  require 'nokogiri'
2
2
  require 'net/http'
3
+ require 'fileutils'
3
4
 
4
5
  module RemotePartial
5
6
  class ResourceManager
@@ -1,10 +1,15 @@
1
1
  module RemotePartial
2
- VERSION = "0.7.0"
2
+ VERSION = "0.7.1"
3
3
  end
4
4
 
5
5
  # History
6
6
  # =======
7
7
  #
8
+ # 0.7.1 Ensures code works in standalone mode
9
+ # -------------------------------------------
10
+ # An additional require statement to load all the required libraries when not
11
+ # relying on Rails to load them.
12
+ #
8
13
  # 0.7.0 Removes dependency on Rails
9
14
  # ---------------------------------
10
15
  # The rails dependency was only required to determine a couple of paths,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: remote_partial
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: