audiosocket 0.2.0 → 0.2.1
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.
- data/README.md +1 -1
- data/audiosocket.gemspec +1 -1
- data/lib/audiosocket/version.rb +1 -1
- metadata +5 -5
data/README.md
CHANGED
|
@@ -4,7 +4,7 @@ An authentication client for Audiosocket's music discovery and licensing API.
|
|
|
4
4
|
|
|
5
5
|
## License (MIT)
|
|
6
6
|
|
|
7
|
-
Copyright 2010-2011 Audiosocket (
|
|
7
|
+
Copyright 2010-2011 Audiosocket (tech@audiosocket.com)
|
|
8
8
|
|
|
9
9
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
10
10
|
a copy of this software and associated documentation files (the
|
data/audiosocket.gemspec
CHANGED
|
@@ -3,7 +3,7 @@ require "audiosocket/version"
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |gem|
|
|
5
5
|
gem.authors = ["Audiosocket"]
|
|
6
|
-
gem.email = ["
|
|
6
|
+
gem.email = ["tech@audiosocket.com"]
|
|
7
7
|
gem.description = "An authentication client for the Audiosocket API."
|
|
8
8
|
gem.summary = "Helps authenticate users and generate Audiosocket API tokens."
|
|
9
9
|
|
data/lib/audiosocket/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: audiosocket
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2011-
|
|
12
|
+
date: 2011-12-10 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: faraday
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70136315004880 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: '0.7'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70136315004880
|
|
25
25
|
description: An authentication client for the Audiosocket API.
|
|
26
26
|
email:
|
|
27
|
-
-
|
|
27
|
+
- tech@audiosocket.com
|
|
28
28
|
executables: []
|
|
29
29
|
extensions: []
|
|
30
30
|
extra_rdoc_files: []
|