simplecast 0.0.1 → 0.0.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.
- checksums.yaml +4 -4
- data/README.md +4 -2
- data/lib/simplecast/client.rb +0 -1
- data/lib/simplecast/episode.rb +3 -0
- data/lib/simplecast/podcast.rb +3 -0
- data/lib/simplecast/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bb168bbde9812eb9238dc22dbc04dce032f6237c
|
|
4
|
+
data.tar.gz: c8a7b6b5e7e0cfd244d946fbee9726a0227eefce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 76af96822ebd9e31f27d35632d90a5bfc781777d16672e6af4012c883c1061c1e998e0a81a2b967a5f758951d1c0611b91455315d74777312150d3a31f86abd9
|
|
7
|
+
data.tar.gz: 9843b7978f5b24958aa78a4a5a2b4e2d92c27290451834f246ca17a7bd3ddd6fdd75bab60879399bcc9040dc01d893c5f5f3a31f5988f14f8b674aeaa4457a18
|
data/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Simplecast
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Simplecast is awesome. So is Ruby. Use them both. Profit.
|
|
4
|
+
|
|
5
|
+
Note: Publishing is not currently supported by the Simplecast API, and thus is also not supported by this gem. It probably will be one day. Who knows?
|
|
4
6
|
|
|
5
7
|
## Installation
|
|
6
8
|
|
|
@@ -59,7 +61,7 @@ Simplecast::Client::Statistic.for_episode(episode_id, podcast_id: nil, opts: {})
|
|
|
59
61
|
|
|
60
62
|
## Contributing
|
|
61
63
|
|
|
62
|
-
1. Fork it ( https://github.com/
|
|
64
|
+
1. Fork it ( https://github.com/jcutrell/simplecast/fork )
|
|
63
65
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
64
66
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
65
67
|
4. Push to the branch (`git push origin my-new-feature`)
|
data/lib/simplecast/client.rb
CHANGED
data/lib/simplecast/episode.rb
CHANGED
data/lib/simplecast/podcast.rb
CHANGED
data/lib/simplecast/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simplecast
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonathan Cutrell
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-04-
|
|
11
|
+
date: 2015-04-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: hurley
|