diff --git a/Gemfile.lock b/Gemfile.lock index 1290908..fac0b83 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,38 +1,28 @@ GEM remote: http://rubygems.org/ specs: - addressable (2.2.6) - faraday (0.7.5) - addressable (~> 2.2.6) - multipart-post (~> 1.1.3) - rack (>= 1.1.0, < 2) - faraday_middleware (0.7.0) - faraday (~> 0.7.3) - haml (3.1.3) - hashie (1.1.0) - json (1.6.1) - multi_json (1.0.3) - multi_xml (0.4.1) - multipart-post (1.1.3) - rack (1.3.5) - rack-protection (1.1.4) + faraday (0.8.5) + multipart-post (~> 1.1) + haml (3.1.7) + json (1.7.6) + multi_json (1.5.0) + multipart-post (1.1.5) + rack (1.5.2) + rack-protection (1.3.2) rack - sass (3.1.10) + sass (3.2.5) shotgun (0.9) rack (>= 1.0) - simple_oauth (0.1.5) - sinatra (1.3.1) - rack (~> 1.3, >= 1.3.4) - rack-protection (~> 1.1, >= 1.1.2) + simple_oauth (0.2.0) + sinatra (1.3.4) + rack (~> 1.4) + rack-protection (~> 1.3) tilt (~> 1.3, >= 1.3.3) tilt (1.3.3) - twitter (1.7.2) - faraday (~> 0.7.4) - faraday_middleware (~> 0.7.0) - hashie (~> 1.1.0) - multi_json (~> 1.0.0) - multi_xml (~> 0.4.0) - simple_oauth (~> 0.1.5) + twitter (4.5.0) + faraday (~> 0.8, < 0.10) + multi_json (~> 1.0) + simple_oauth (~> 0.2) PLATFORMS ruby diff --git a/README.textile b/README.textile index ab4660b..977ef1d 100644 --- a/README.textile +++ b/README.textile @@ -24,7 +24,7 @@ I can talk about what ever you like, just edit or override my speak h2. License -Copyright (c) 2008 Andrew Nesbitt +Copyright (c) 2013 Andrew Nesbitt Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -42,4 +42,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file +THE SOFTWARE.