encosion 0.3.1 → 0.3.2

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.
Files changed (5) hide show
  1. data/LICENSE +1 -1
  2. data/Rakefile +3 -3
  3. data/VERSION +1 -1
  4. data/encosion.gemspec +7 -8
  5. metadata +5 -5
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2009 Rob Cameron
1
+ Copyright (c) 2009 The Active Network
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/Rakefile CHANGED
@@ -6,9 +6,9 @@ begin
6
6
  Jeweler::Tasks.new do |gem|
7
7
  gem.name = "encosion"
8
8
  gem.summary = %q{Ruby library for working with the Brightcove API}
9
- gem.email = "cannikinn@gmail.com"
10
- gem.homepage = "http://github.com/cannikin/encosion"
11
- gem.authors = ["Rob Cameron"]
9
+ gem.email = "rob.cameron@active.com"
10
+ gem.homepage = "http://github.com/activenetwork/encosion"
11
+ gem.authors = ["The Active Network"]
12
12
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
13
13
  gem.add_dependency('httpclient', '>= 2.1.5.2')
14
14
  gem.add_dependency('json', '>= 1.1.7')
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.1
1
+ 0.3.2
@@ -1,16 +1,16 @@
1
1
  # Generated by jeweler
2
- # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
2
+ # DO NOT EDIT THIS FILE
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{encosion}
8
- s.version = "0.3.1"
8
+ s.version = "0.3.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Rob Cameron"]
12
- s.date = %q{2009-11-30}
13
- s.email = %q{cannikinn@gmail.com}
11
+ s.authors = ["The Active Network"]
12
+ s.date = %q{2010-01-29}
13
+ s.email = %q{rob.cameron@active.com}
14
14
  s.extra_rdoc_files = [
15
15
  "LICENSE",
16
16
  "README.rdoc"
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
35
35
  "test/movie.mov",
36
36
  "test/test_helper.rb"
37
37
  ]
38
- s.homepage = %q{http://github.com/cannikin/encosion}
38
+ s.homepage = %q{http://github.com/activenetwork/encosion}
39
39
  s.rdoc_options = ["--charset=UTF-8"]
40
40
  s.require_paths = ["lib"]
41
41
  s.rubygems_version = %q{1.3.5}
@@ -61,4 +61,3 @@ Gem::Specification.new do |s|
61
61
  s.add_dependency(%q<json>, [">= 1.1.7"])
62
62
  end
63
63
  end
64
-
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: encosion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
- - Rob Cameron
7
+ - The Active Network
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-11-30 00:00:00 -08:00
12
+ date: 2010-01-29 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: 1.1.7
34
34
  version:
35
35
  description:
36
- email: cannikinn@gmail.com
36
+ email: rob.cameron@active.com
37
37
  executables: []
38
38
 
39
39
  extensions: []
@@ -61,7 +61,7 @@ files:
61
61
  - test/movie.mov
62
62
  - test/test_helper.rb
63
63
  has_rdoc: true
64
- homepage: http://github.com/cannikin/encosion
64
+ homepage: http://github.com/activenetwork/encosion
65
65
  licenses: []
66
66
 
67
67
  post_install_message: