rb42-videos 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 65661e2d428a2348c2ae73a7b443fe023b41ce5b2a04b7d76bb4240c303df27b
4
- data.tar.gz: 279c4c0db76894a37d6938f70dd57aebeaf91d782160f6c6895b8c5bfcc2efed
3
+ metadata.gz: c7760d204499339cbb1b34c84982bb480962e32059fc8075b64b67f51dcae128
4
+ data.tar.gz: 5dc00f5166c41350765edd5f4f7528dc8e7c4ce5c904058087603886163ad348
5
5
  SHA512:
6
- metadata.gz: 6cf15c0ed9345356834e052e31d8d3b3b10ff7f401f1fafa0f414e3eb096132db5f2c3a487e41ca868287e89e71a3b648c1aebd476d36d0042e21f715fffbd4d
7
- data.tar.gz: '09a33094a0d6a170fa7e2b61d31988c261d1a52695e2d0f2a7586b9bfa2f8ade2191e0c7fea1bd843a3fac8ce41247ef7e70eec76b1ca73a596d83139c8025c1'
6
+ metadata.gz: 51746b9917f4374167a5e7e6f8ebc77ce04a826f51cca325fba3c7e3abd098bfba5420787a10ec91d6848bd5b2a4275c757a20b3d4ad6a290428f03882c46891
7
+ data.tar.gz: 9a54182308126cf076b2683f26bbe37b0789d1f7ebd7f0b44ed6cc72cd5f43dae7ed75c983e5d7d97b3a1e412ef1fc5bde6c98895c792b4924bf0788dd41b0e1
data/.gitignore CHANGED
@@ -8,3 +8,4 @@
8
8
  /tmp/
9
9
  .rspec_status
10
10
  *.gem
11
+ Gemfile.lock
@@ -1,3 +1,3 @@
1
1
  module Videos
2
- VERSION = "1.0.6"
2
+ VERSION = "1.0.7"
3
3
  end
@@ -29,5 +29,5 @@ Gem::Specification.new do |spec|
29
29
  spec.add_development_dependency "html_validation", "~> 1.1"
30
30
 
31
31
  spec.add_dependency "httparty", "~> 0.16"
32
- spec.add_dependency "padrino-helpers", "~> 0.14"
32
+ spec.add_dependency "padrino-helpers", "~> 0.13"
33
33
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rb42-videos
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Burnette
@@ -100,14 +100,14 @@ dependencies:
100
100
  requirements:
101
101
  - - "~>"
102
102
  - !ruby/object:Gem::Version
103
- version: '0.14'
103
+ version: '0.13'
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
- version: '0.14'
110
+ version: '0.13'
111
111
  description: Videos is an API for going from a URL to video embed code.
112
112
  email:
113
113
  - ryan.burnette@gmail.com
@@ -119,7 +119,6 @@ files:
119
119
  - ".rspec"
120
120
  - ".travis.yml"
121
121
  - Gemfile
122
- - Gemfile.lock
123
122
  - Guardfile
124
123
  - Rakefile
125
124
  - bin/console
@@ -1,88 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- rb42-videos (1.0.5)
5
- httparty (~> 0.16)
6
- padrino-helpers (~> 0.14)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- coderay (1.1.2)
12
- concurrent-ruby (1.0.5)
13
- diff-lcs (1.3)
14
- ffi (1.9.23)
15
- formatador (0.2.5)
16
- guard (2.14.2)
17
- formatador (>= 0.2.4)
18
- listen (>= 2.7, < 4.0)
19
- lumberjack (>= 1.0.12, < 2.0)
20
- nenv (~> 0.1)
21
- notiffany (~> 0.0)
22
- pry (>= 0.9.12)
23
- shellany (~> 0.0)
24
- thor (>= 0.18.1)
25
- guard-compat (1.2.1)
26
- guard-rspec (4.7.3)
27
- guard (~> 2.1)
28
- guard-compat (~> 1.1)
29
- rspec (>= 2.99.0, < 4.0)
30
- html_validation (1.1.5)
31
- httparty (0.16.0)
32
- multi_xml (>= 0.5.2)
33
- i18n (0.9.5)
34
- concurrent-ruby (~> 1.0)
35
- listen (3.1.5)
36
- rb-fsevent (~> 0.9, >= 0.9.4)
37
- rb-inotify (~> 0.9, >= 0.9.7)
38
- ruby_dep (~> 1.2)
39
- lumberjack (1.0.12)
40
- method_source (0.9.0)
41
- multi_xml (0.6.0)
42
- nenv (0.3.0)
43
- notiffany (0.1.1)
44
- nenv (~> 0.1)
45
- shellany (~> 0.0)
46
- padrino-helpers (0.14.3)
47
- i18n (~> 0.6, >= 0.6.7)
48
- padrino-support (= 0.14.3)
49
- tilt (>= 1.4.1, < 3)
50
- padrino-support (0.14.3)
51
- pry (0.11.3)
52
- coderay (~> 1.1.0)
53
- method_source (~> 0.9.0)
54
- rake (10.5.0)
55
- rb-fsevent (0.10.3)
56
- rb-inotify (0.9.10)
57
- ffi (>= 0.5.0, < 2)
58
- rspec (3.7.0)
59
- rspec-core (~> 3.7.0)
60
- rspec-expectations (~> 3.7.0)
61
- rspec-mocks (~> 3.7.0)
62
- rspec-core (3.7.1)
63
- rspec-support (~> 3.7.0)
64
- rspec-expectations (3.7.0)
65
- diff-lcs (>= 1.2.0, < 2.0)
66
- rspec-support (~> 3.7.0)
67
- rspec-mocks (3.7.0)
68
- diff-lcs (>= 1.2.0, < 2.0)
69
- rspec-support (~> 3.7.0)
70
- rspec-support (3.7.1)
71
- ruby_dep (1.5.0)
72
- shellany (0.0.1)
73
- thor (0.20.0)
74
- tilt (2.0.8)
75
-
76
- PLATFORMS
77
- ruby
78
-
79
- DEPENDENCIES
80
- bundler (~> 1.16)
81
- guard-rspec (~> 4.7)
82
- html_validation (~> 1.1)
83
- rake (~> 10.0)
84
- rb42-videos!
85
- rspec (~> 3.0)
86
-
87
- BUNDLED WITH
88
- 1.16.0