howcast-howcast 0.4.7 → 0.4.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGELOG +1 -5
  2. data/Rakefile +1 -1
  3. data/howcast.gemspec +1 -1
  4. metadata +1 -1
data/CHANGELOG CHANGED
@@ -1,8 +1,4 @@
1
- == 0.4.7 2009-8-19
2
-
3
- * Bump the version number so github will build this
4
-
5
- == 0.4.6 2009-08-19
1
+ == 0.4.8 2009-08-19
6
2
 
7
3
  * Move gem to github, use echoe to clean up configuration, remove dependency on hpricot
8
4
 
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('howcast', '0.4.7') do |x|
5
+ Echoe.new('howcast', '0.4.8') do |x|
6
6
  x.summary = "Howcast API Ruby Wrapper"
7
7
  x.description = <<-EOS
8
8
  Howcast offers an Application Programming Interface (API) which allows developers to build applications that interface with Howcast. The Howcast API is RESTful (REpresentational State Transfer) and users of this API will be able: 1) Retreive detailed information about a single video, including metadata such as title, description, video views, rating etc; 2) Retrieve a list of videos restricted by a set of filters offered by Howcast and sorted using several metrics that you can specify (most recent, most views, etc); 3) Search for video; 4) And much more. Note: Before you can use our APIs, you must register an API key, that is submitted with each request.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{howcast}
5
- s.version = "0.4.7"
5
+ s.version = "0.4.8"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Jingshen Jimmy Zhang"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: howcast-howcast
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.7
4
+ version: 0.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jingshen Jimmy Zhang