Skip to content

Commit f61ed0b

Browse files
committed
adds license and new version
1 parent 6136dc6 commit f61ed0b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/youtube_it/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
class YouTubeIt
2-
VERSION = '2.4.0'
2+
VERSION = '2.4.1'
33
end
44

youtube_it.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Gem::Specification.new do |s|
1313
s.description = "Upload, delete, update, comment on youtube videos all from one gem."
1414
s.summary = "The most complete Ruby wrapper for youtube api's"
1515
s.homepage = "http://github.com/kylejginavan/youtube_it"
16+
s.license = 'MIT'
1617

1718
s.add_runtime_dependency("nokogiri", "~> 1.6.0")
1819
s.add_runtime_dependency("oauth", "~> 0.4.4")

0 commit comments

Comments
 (0)