bumeran 0.1.1 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dbb361b946aec3f04acda6cbc430e529d3c8bf44
4
- data.tar.gz: 1bb3aea660def813b261a9bc3a94f13b31b4a0f6
3
+ metadata.gz: 7ec92657e51763c31d4189b1143d2fe11b2e6c79
4
+ data.tar.gz: 382b3388ee89b76d3899fcb2112a36910d7e0af7
5
5
  SHA512:
6
- metadata.gz: 02c562e4347a193477187af29183b465094e97c490fb4bc5058ad3ac4bf4c5207173eca2ecf7da8d8486dea1988299801b000927643f8c529c2ad339c4c04084
7
- data.tar.gz: 6b44bfb51ee2e3f9671d5c7e4112c37ea8a0479a98fee973750041405c0a48a95a878da6b9392b9a19440f7c91af0e125c63c5a1f841bf6d8a54743b5512a0be
6
+ metadata.gz: b5574974a67d37495293cb787724f7ce73b40d481fdeb5fdea7e9256dff69092256555796226ff312ff911aaf7429aec48251ff1e8cb684d9db1f9d6dd6d38c2
7
+ data.tar.gz: 882f1acf18b19e0dc1a7f6c201ed7191067222aa807d6550cde603bef5cc092f78d73abd909b381475f5764b6efb9c0114985bb08293e78c8b591438a058c1c9
@@ -1,63 +1,74 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bumeran (0.1.0)
4
+ bumeran (0.1.2)
5
5
  httparty (>= 0.13.3)
6
- rails (~> 3.2.19)
6
+ rails (>= 3.2)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionmailer (3.2.19)
12
- actionpack (= 3.2.19)
13
- mail (~> 2.5.4)
14
- actionpack (3.2.19)
15
- activemodel (= 3.2.19)
16
- activesupport (= 3.2.19)
17
- builder (~> 3.0.0)
11
+ actionmailer (4.2.1)
12
+ actionpack (= 4.2.1)
13
+ actionview (= 4.2.1)
14
+ activejob (= 4.2.1)
15
+ mail (~> 2.5, >= 2.5.4)
16
+ rails-dom-testing (~> 1.0, >= 1.0.5)
17
+ actionpack (4.2.1)
18
+ actionview (= 4.2.1)
19
+ activesupport (= 4.2.1)
20
+ rack (~> 1.6)
21
+ rack-test (~> 0.6.2)
22
+ rails-dom-testing (~> 1.0, >= 1.0.5)
23
+ rails-html-sanitizer (~> 1.0, >= 1.0.1)
24
+ actionview (4.2.1)
25
+ activesupport (= 4.2.1)
26
+ builder (~> 3.1)
18
27
  erubis (~> 2.7.0)
19
- journey (~> 1.0.4)
20
- rack (~> 1.4.5)
21
- rack-cache (~> 1.2)
22
- rack-test (~> 0.6.1)
23
- sprockets (~> 2.2.1)
24
- activemodel (3.2.19)
25
- activesupport (= 3.2.19)
26
- builder (~> 3.0.0)
27
- activerecord (3.2.19)
28
- activemodel (= 3.2.19)
29
- activesupport (= 3.2.19)
30
- arel (~> 3.0.2)
31
- tzinfo (~> 0.3.29)
32
- activeresource (3.2.19)
33
- activemodel (= 3.2.19)
34
- activesupport (= 3.2.19)
35
- activesupport (3.2.19)
36
- i18n (~> 0.6, >= 0.6.4)
37
- multi_json (~> 1.0)
38
- arel (3.0.3)
39
- builder (3.0.4)
28
+ rails-dom-testing (~> 1.0, >= 1.0.5)
29
+ rails-html-sanitizer (~> 1.0, >= 1.0.1)
30
+ activejob (4.2.1)
31
+ activesupport (= 4.2.1)
32
+ globalid (>= 0.3.0)
33
+ activemodel (4.2.1)
34
+ activesupport (= 4.2.1)
35
+ builder (~> 3.1)
36
+ activerecord (4.2.1)
37
+ activemodel (= 4.2.1)
38
+ activesupport (= 4.2.1)
39
+ arel (~> 6.0)
40
+ activesupport (4.2.1)
41
+ i18n (~> 0.7)
42
+ json (~> 1.7, >= 1.7.7)
43
+ minitest (~> 5.1)
44
+ thread_safe (~> 0.3, >= 0.3.4)
45
+ tzinfo (~> 1.1)
46
+ arel (6.0.0)
47
+ builder (3.2.2)
40
48
  byebug (4.0.5)
41
49
  columnize (= 0.9.0)
42
50
  coderay (1.1.0)
43
51
  columnize (0.9.0)
44
52
  diff-lcs (1.1.3)
45
53
  erubis (2.7.0)
46
- hike (1.2.3)
54
+ globalid (0.3.5)
55
+ activesupport (>= 4.1.0)
47
56
  httparty (0.13.4)
48
57
  json (~> 1.8)
49
58
  multi_xml (>= 0.5.2)
50
59
  i18n (0.7.0)
51
- journey (1.0.4)
52
60
  json (1.8.2)
53
- mail (2.5.4)
54
- mime-types (~> 1.16)
55
- treetop (~> 1.4.8)
61
+ loofah (2.0.2)
62
+ nokogiri (>= 1.5.9)
63
+ mail (2.6.3)
64
+ mime-types (>= 1.16, < 3)
56
65
  method_source (0.8.2)
57
- mime-types (1.25.1)
58
- multi_json (1.10.1)
66
+ mime-types (2.5)
67
+ mini_portile (0.6.2)
68
+ minitest (5.6.1)
59
69
  multi_xml (0.5.2)
60
- polyglot (0.3.5)
70
+ nokogiri (1.6.6.2)
71
+ mini_portile (~> 0.6.0)
61
72
  pry (0.10.1)
62
73
  coderay (~> 1.1.0)
63
74
  method_source (~> 0.8.1)
@@ -65,31 +76,34 @@ GEM
65
76
  pry-byebug (3.1.0)
66
77
  byebug (~> 4.0)
67
78
  pry (~> 0.10)
68
- rack (1.4.5)
69
- rack-cache (1.2)
70
- rack (>= 0.4)
71
- rack-ssl (1.3.4)
72
- rack
79
+ rack (1.6.1)
73
80
  rack-test (0.6.3)
74
81
  rack (>= 1.0)
75
- rails (3.2.19)
76
- actionmailer (= 3.2.19)
77
- actionpack (= 3.2.19)
78
- activerecord (= 3.2.19)
79
- activeresource (= 3.2.19)
80
- activesupport (= 3.2.19)
81
- bundler (~> 1.0)
82
- railties (= 3.2.19)
83
- railties (3.2.19)
84
- actionpack (= 3.2.19)
85
- activesupport (= 3.2.19)
86
- rack-ssl (~> 1.3.2)
82
+ rails (4.2.1)
83
+ actionmailer (= 4.2.1)
84
+ actionpack (= 4.2.1)
85
+ actionview (= 4.2.1)
86
+ activejob (= 4.2.1)
87
+ activemodel (= 4.2.1)
88
+ activerecord (= 4.2.1)
89
+ activesupport (= 4.2.1)
90
+ bundler (>= 1.3.0, < 2.0)
91
+ railties (= 4.2.1)
92
+ sprockets-rails
93
+ rails-deprecated_sanitizer (1.0.3)
94
+ activesupport (>= 4.2.0.alpha)
95
+ rails-dom-testing (1.0.6)
96
+ activesupport (>= 4.2.0.beta, < 5.0)
97
+ nokogiri (~> 1.6.0)
98
+ rails-deprecated_sanitizer (>= 1.0.1)
99
+ rails-html-sanitizer (1.0.2)
100
+ loofah (~> 2.0)
101
+ railties (4.2.1)
102
+ actionpack (= 4.2.1)
103
+ activesupport (= 4.2.1)
87
104
  rake (>= 0.8.7)
88
- rdoc (~> 3.4)
89
- thor (>= 0.14.6, < 2.0)
105
+ thor (>= 0.18.1, < 2.0)
90
106
  rake (10.4.2)
91
- rdoc (3.12.2)
92
- json (~> 1.4)
93
107
  rspec (2.12.0)
94
108
  rspec-core (~> 2.12.0)
95
109
  rspec-expectations (~> 2.12.0)
@@ -99,17 +113,16 @@ GEM
99
113
  diff-lcs (~> 1.1.3)
100
114
  rspec-mocks (2.12.2)
101
115
  slop (3.6.0)
102
- sprockets (2.2.2)
103
- hike (~> 1.2)
104
- multi_json (~> 1.0)
116
+ sprockets (3.1.0)
105
117
  rack (~> 1.0)
106
- tilt (~> 1.1, != 1.3.0)
118
+ sprockets-rails (2.3.1)
119
+ actionpack (>= 3.0)
120
+ activesupport (>= 3.0)
121
+ sprockets (>= 2.8, < 4.0)
107
122
  thor (0.19.1)
108
- tilt (1.4.1)
109
- treetop (1.4.15)
110
- polyglot
111
- polyglot (>= 0.3.1)
112
- tzinfo (0.3.42)
123
+ thread_safe (0.3.5)
124
+ tzinfo (1.2.2)
125
+ thread_safe (~> 0.1)
113
126
 
114
127
  PLATFORMS
115
128
  ruby
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
22
22
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
23
23
  s.require_paths = ["lib"]
24
24
 
25
- s.add_dependency "rails", "~> 3.2.19"
25
+ s.add_dependency "rails", ">= 3.2"
26
26
  s.add_dependency "httparty", ">= 0.13.3"
27
27
  #s.add_dependency "activesupport", "3.2.19"
28
28
 
@@ -1,3 +1,3 @@
1
1
  module Bumeran
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bumeran
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Fernandez
@@ -14,16 +14,16 @@ dependencies:
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 3.2.19
19
+ version: '3.2'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 3.2.19
26
+ version: '3.2'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: httparty
29
29
  requirement: !ruby/object:Gem::Requirement