Skip to content

Commit

Permalink
Update history file, alphabetize authors by surname
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce committed Nov 13, 2013
1 parent 69d1326 commit 2f0b871
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.txt
@@ -1,3 +1,9 @@
== 1.1.0 / 2013-11-12

* Modernize source
* Support Ruby 1.9, 2.0
* Requires >= Ruby 1.9

== 1.0.1 / 2008-08-02

* In the near future the TWFY API will require an API Key for all calls. In preparation for this, this binding now requires an API Key. They are available at http://www.theyworkforyou.com/api/key
Expand Down
2 changes: 1 addition & 1 deletion twfy.gemspec
Expand Up @@ -6,7 +6,7 @@ require 'twfy/version'
Gem::Specification.new do |spec|
spec.name = "twfy"
spec.version = Twfy::VERSION
spec.authors = ["Tom Hipkin", "Bruce Williams", "Martin Owen"]
spec.authors = ["Tom Hipkin", "Martin Owen", "Bruce Williams"]
spec.email = ["brwcodes@gmail.com", "tomhipkin@gmail.com"]
spec.description = "Ruby library to interface with the TheyWorkForYou API."
spec.summary = "Ruby library to interface with the TheyWorkForYou API. TheyWorkForYou.com is a non-partisan, volunteer-run website which aims to make it easy for people to keep tabs on their elected and unelected representatives in Parliament."
Expand Down

0 comments on commit 2f0b871

Please sign in to comment.