cc-terminal 0.0.2 → 0.0.3
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/lib/terminal/version.rb +1 -1
- data/terminal.gemspec +2 -2
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6a359f4174d8bc19aba3bf72a57bbf4a73092977
|
4
|
+
data.tar.gz: 03faba23d482d1d4f86ec616654a81a36799cf9f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62fa0d1d0d3dcf40cffd6077dbaa3ba40b52b92909a7f02335519d74d67f4567fd2ae548f8e46880fac68ab5d4838e2d8899c193641b4dfde57119bc398b3ff8
|
7
|
+
data.tar.gz: fa2197fbe377aa54c3fcc5d0c0dfc8fca8d3b7940216baffe40b5529d092ff2a7315fec3fa9df647d862627a6faec2023b6d0452b14087ce5a34c56559886f0f
|
data/lib/terminal/version.rb
CHANGED
data/terminal.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = Terminal::VERSION
|
9
9
|
spec.authors = ["Timor Tsentsiper"]
|
10
10
|
spec.email = ["timor@codecademy.com"]
|
11
|
-
spec.description = %q{
|
12
|
-
spec.summary = %q{
|
11
|
+
spec.description = %q{Simple gem to interact with the Terminal.com API influenced by the twitter API gem.}
|
12
|
+
spec.summary = %q{Exposes some of the basic functionality of the Terminal.com API, as documented here https://www.terminal.com/api/docs}
|
13
13
|
spec.homepage = ""
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cc-terminal
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Timor Tsentsiper
|
@@ -38,7 +38,8 @@ dependencies:
|
|
38
38
|
- - ~>
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: 0.9.0
|
41
|
-
description:
|
41
|
+
description: Simple gem to interact with the Terminal.com API influenced by the twitter
|
42
|
+
API gem.
|
42
43
|
email:
|
43
44
|
- timor@codecademy.com
|
44
45
|
executables: []
|
@@ -107,7 +108,8 @@ rubyforge_project:
|
|
107
108
|
rubygems_version: 2.1.11
|
108
109
|
signing_key:
|
109
110
|
specification_version: 4
|
110
|
-
summary:
|
111
|
+
summary: Exposes some of the basic functionality of the Terminal.com API, as documented
|
112
|
+
here https://www.terminal.com/api/docs
|
111
113
|
test_files:
|
112
114
|
- spec/fixtures/count_public_snapshots.json
|
113
115
|
- spec/fixtures/count_snapshots.json
|