froogaloop 0.0.3 → 0.0.4

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
  SHA1:
3
- metadata.gz: 7101bd0cf381a898dee6b22a28a7459b3f23836e
4
- data.tar.gz: 3879e8f9c9d9f75686caa58cf5cd929f14586d10
3
+ metadata.gz: 5e97104037e0e73b61754d206b98f71676234de6
4
+ data.tar.gz: 1931272385505787a03a944e1996a9c60615c64a
5
5
  SHA512:
6
- metadata.gz: 4341d35fc2ea3507d60132735a163481a4eaa612c84e033a0b8f5ce556cdf2fb808ef04b2085c8f9ff6453df716d6e6147b104f8eaa64b7236a1de512addb9db
7
- data.tar.gz: 350e7a1be3e93a99a0f376c470b996740ebd78b151928c0e5faa9b3342f6dec21a2d55ac0e971ae4e88b692f0e75a17d740e67600fdaeef5a26875a39e4e117b
6
+ metadata.gz: 7d2e8983f93988f3dc4368a0ddd375f0875b836eb8fd5cdadc40d461210d6b0d14c7c09651223d3249f8760a915074027cc85f5ac8c2fbfac50fc3c81598661e
7
+ data.tar.gz: 6762b939be3fa2a518e9335756a2ca1cc28d6c54645e4a372e70851cb86e54954a0d80c848c532d76d63f2a71abe1c8abc3461e7282cfe25c5a5967fdb9b5635
@@ -0,0 +1,109 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ froogaloop (0.0.3)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ actionmailer (4.2.4)
10
+ actionpack (= 4.2.4)
11
+ actionview (= 4.2.4)
12
+ activejob (= 4.2.4)
13
+ mail (~> 2.5, >= 2.5.4)
14
+ rails-dom-testing (~> 1.0, >= 1.0.5)
15
+ actionpack (4.2.4)
16
+ actionview (= 4.2.4)
17
+ activesupport (= 4.2.4)
18
+ rack (~> 1.6)
19
+ rack-test (~> 0.6.2)
20
+ rails-dom-testing (~> 1.0, >= 1.0.5)
21
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
22
+ actionview (4.2.4)
23
+ activesupport (= 4.2.4)
24
+ builder (~> 3.1)
25
+ erubis (~> 2.7.0)
26
+ rails-dom-testing (~> 1.0, >= 1.0.5)
27
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
+ activejob (4.2.4)
29
+ activesupport (= 4.2.4)
30
+ globalid (>= 0.3.0)
31
+ activemodel (4.2.4)
32
+ activesupport (= 4.2.4)
33
+ builder (~> 3.1)
34
+ activerecord (4.2.4)
35
+ activemodel (= 4.2.4)
36
+ activesupport (= 4.2.4)
37
+ arel (~> 6.0)
38
+ activesupport (4.2.4)
39
+ i18n (~> 0.7)
40
+ json (~> 1.7, >= 1.7.7)
41
+ minitest (~> 5.1)
42
+ thread_safe (~> 0.3, >= 0.3.4)
43
+ tzinfo (~> 1.1)
44
+ arel (6.0.3)
45
+ builder (3.2.2)
46
+ erubis (2.7.0)
47
+ globalid (0.3.6)
48
+ activesupport (>= 4.1.0)
49
+ i18n (0.7.0)
50
+ json (1.8.3)
51
+ loofah (2.0.3)
52
+ nokogiri (>= 1.5.9)
53
+ mail (2.6.3)
54
+ mime-types (>= 1.16, < 3)
55
+ mime-types (2.6.1)
56
+ mini_portile (0.6.2)
57
+ minitest (5.8.0)
58
+ nokogiri (1.6.6.2)
59
+ mini_portile (~> 0.6.0)
60
+ rack (1.6.4)
61
+ rack-test (0.6.3)
62
+ rack (>= 1.0)
63
+ rails (4.2.4)
64
+ actionmailer (= 4.2.4)
65
+ actionpack (= 4.2.4)
66
+ actionview (= 4.2.4)
67
+ activejob (= 4.2.4)
68
+ activemodel (= 4.2.4)
69
+ activerecord (= 4.2.4)
70
+ activesupport (= 4.2.4)
71
+ bundler (>= 1.3.0, < 2.0)
72
+ railties (= 4.2.4)
73
+ sprockets-rails
74
+ rails-deprecated_sanitizer (1.0.3)
75
+ activesupport (>= 4.2.0.alpha)
76
+ rails-dom-testing (1.0.7)
77
+ activesupport (>= 4.2.0.beta, < 5.0)
78
+ nokogiri (~> 1.6.0)
79
+ rails-deprecated_sanitizer (>= 1.0.1)
80
+ rails-html-sanitizer (1.0.2)
81
+ loofah (~> 2.0)
82
+ railties (4.2.4)
83
+ actionpack (= 4.2.4)
84
+ activesupport (= 4.2.4)
85
+ rake (>= 0.8.7)
86
+ thor (>= 0.18.1, < 2.0)
87
+ rake (10.4.2)
88
+ sprockets (3.3.3)
89
+ rack (~> 1.0)
90
+ sprockets-rails (2.3.2)
91
+ actionpack (>= 3.0)
92
+ activesupport (>= 3.0)
93
+ sprockets (>= 2.8, < 4.0)
94
+ thor (0.19.1)
95
+ thread_safe (0.3.5)
96
+ tzinfo (1.2.2)
97
+ thread_safe (~> 0.1)
98
+
99
+ PLATFORMS
100
+ ruby
101
+
102
+ DEPENDENCIES
103
+ bundler (~> 1.7)
104
+ froogaloop!
105
+ rails
106
+ rake (~> 10.0)
107
+
108
+ BUNDLED WITH
109
+ 1.10.6
@@ -1,4 +1,4 @@
1
1
  # Version determinate
2
2
  module Froogaloop
3
- VERSION = '0.0.3'
3
+ VERSION = '0.0.4'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: froogaloop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Barker
@@ -47,6 +47,7 @@ extra_rdoc_files: []
47
47
  files:
48
48
  - ".gitignore"
49
49
  - Gemfile
50
+ - Gemfile.lock
50
51
  - LICENSE.txt
51
52
  - README.md
52
53
  - Rakefile