instedd-rails 0.0.26 → 0.0.27

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: 866dc9e90460b6e419e6775f5030b7986c469dba
4
- data.tar.gz: 4ff4d7f06082bd7213150d81109df12cf4c1fd0d
3
+ metadata.gz: c07ec1da357c463472354ed384184d5ac76a94c5
4
+ data.tar.gz: caa432e146bf301fbf696deff948f4c3407f81ad
5
5
  SHA512:
6
- metadata.gz: a812f31849d202b453b54bcb121e76bda4ed4972094708d77b89eb26cd5532e31d368883c647860af40c070b31c69cb6d003cac7ee939df5ec0a1ec4610df8c2
7
- data.tar.gz: b8c5807c8c82c770df94dc0e5c98e4b8dbbfc15d7cb5c3925dd705319aadb35383c94c99597d22557268ea3374d6d6670ead1e3a18284cd12e4896672ee667a0
6
+ metadata.gz: 636f979e68a87f1adf72d2d793b234530a541a5734b5f28d869be2f3c1ab029eccf2e86d501d8ed9d121735507d5f12984e6b639d1826313748d638c1318ff50
7
+ data.tar.gz: de96f6373711241d9e15e916eaec00edf941f570aba6dc6321ff732a5b6fa0fd919b9056b1e64f94c78992e867f53fc0cc9784618b6becf480a428d2252e3324
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- instedd-rails (0.0.26)
4
+ instedd-rails (0.0.27)
5
5
  breadcrumbs_on_rails (>= 2.2.0)
6
6
  haml-rails
7
7
  rails (>= 3.0)
@@ -9,92 +9,128 @@ PATH
9
9
  GEM
10
10
  remote: http://rubygems.org/
11
11
  specs:
12
- actionmailer (3.2.14)
13
- actionpack (= 3.2.14)
14
- mail (~> 2.5.4)
15
- actionpack (3.2.14)
16
- activemodel (= 3.2.14)
17
- activesupport (= 3.2.14)
18
- builder (~> 3.0.0)
12
+ actioncable (5.0.2)
13
+ actionpack (= 5.0.2)
14
+ nio4r (>= 1.2, < 3.0)
15
+ websocket-driver (~> 0.6.1)
16
+ actionmailer (5.0.2)
17
+ actionpack (= 5.0.2)
18
+ actionview (= 5.0.2)
19
+ activejob (= 5.0.2)
20
+ mail (~> 2.5, >= 2.5.4)
21
+ rails-dom-testing (~> 2.0)
22
+ actionpack (5.0.2)
23
+ actionview (= 5.0.2)
24
+ activesupport (= 5.0.2)
25
+ rack (~> 2.0)
26
+ rack-test (~> 0.6.3)
27
+ rails-dom-testing (~> 2.0)
28
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
+ actionview (5.0.2)
30
+ activesupport (= 5.0.2)
31
+ builder (~> 3.1)
19
32
  erubis (~> 2.7.0)
20
- journey (~> 1.0.4)
21
- rack (~> 1.4.5)
22
- rack-cache (~> 1.2)
23
- rack-test (~> 0.6.1)
24
- sprockets (~> 2.2.1)
25
- activemodel (3.2.14)
26
- activesupport (= 3.2.14)
27
- builder (~> 3.0.0)
28
- activerecord (3.2.14)
29
- activemodel (= 3.2.14)
30
- activesupport (= 3.2.14)
31
- arel (~> 3.0.2)
32
- tzinfo (~> 0.3.29)
33
- activeresource (3.2.14)
34
- activemodel (= 3.2.14)
35
- activesupport (= 3.2.14)
36
- activesupport (3.2.14)
37
- i18n (~> 0.6, >= 0.6.4)
38
- multi_json (~> 1.0)
39
- arel (3.0.3)
40
- breadcrumbs_on_rails (2.2.0)
41
- builder (3.0.4)
33
+ rails-dom-testing (~> 2.0)
34
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
35
+ activejob (5.0.2)
36
+ activesupport (= 5.0.2)
37
+ globalid (>= 0.3.6)
38
+ activemodel (5.0.2)
39
+ activesupport (= 5.0.2)
40
+ activerecord (5.0.2)
41
+ activemodel (= 5.0.2)
42
+ activesupport (= 5.0.2)
43
+ arel (~> 7.0)
44
+ activesupport (5.0.2)
45
+ concurrent-ruby (~> 1.0, >= 1.0.2)
46
+ i18n (~> 0.7)
47
+ minitest (~> 5.1)
48
+ tzinfo (~> 1.1)
49
+ arel (7.1.4)
50
+ breadcrumbs_on_rails (3.0.1)
51
+ builder (3.2.3)
52
+ concurrent-ruby (1.0.5)
42
53
  erubis (2.7.0)
43
- haml (3.1.8)
44
- haml-rails (0.3.5)
45
- actionpack (>= 3.1, < 4.1)
46
- activesupport (>= 3.1, < 4.1)
47
- haml (~> 3.1)
48
- railties (>= 3.1, < 4.1)
49
- hike (1.2.3)
50
- i18n (0.6.9)
51
- journey (1.0.4)
52
- json (1.8.1)
53
- mail (2.5.4)
54
- mime-types (~> 1.16)
55
- treetop (~> 1.4.8)
56
- mime-types (1.25.1)
57
- multi_json (1.9.3)
58
- polyglot (0.3.4)
59
- rack (1.4.5)
60
- rack-cache (1.2)
61
- rack (>= 0.4)
62
- rack-ssl (1.3.4)
63
- rack
64
- rack-test (0.6.2)
54
+ globalid (0.3.7)
55
+ activesupport (>= 4.1.0)
56
+ haml (4.0.7)
57
+ tilt
58
+ haml-rails (0.9.0)
59
+ actionpack (>= 4.0.1)
60
+ activesupport (>= 4.0.1)
61
+ haml (>= 4.0.6, < 5.0)
62
+ html2haml (>= 1.0.1)
63
+ railties (>= 4.0.1)
64
+ html2haml (2.1.0)
65
+ erubis (~> 2.7.0)
66
+ haml (~> 4.0)
67
+ nokogiri (>= 1.6.0)
68
+ ruby_parser (~> 3.5)
69
+ i18n (0.8.1)
70
+ loofah (2.0.3)
71
+ nokogiri (>= 1.5.9)
72
+ mail (2.6.4)
73
+ mime-types (>= 1.16, < 4)
74
+ method_source (0.8.2)
75
+ mime-types (3.1)
76
+ mime-types-data (~> 3.2015)
77
+ mime-types-data (3.2016.0521)
78
+ mini_portile2 (2.1.0)
79
+ minitest (5.10.1)
80
+ nio4r (2.0.0)
81
+ nokogiri (1.7.0.1)
82
+ mini_portile2 (~> 2.1.0)
83
+ rack (2.0.1)
84
+ rack-test (0.6.3)
65
85
  rack (>= 1.0)
66
- rails (3.2.14)
67
- actionmailer (= 3.2.14)
68
- actionpack (= 3.2.14)
69
- activerecord (= 3.2.14)
70
- activeresource (= 3.2.14)
71
- activesupport (= 3.2.14)
72
- bundler (~> 1.0)
73
- railties (= 3.2.14)
74
- railties (3.2.14)
75
- actionpack (= 3.2.14)
76
- activesupport (= 3.2.14)
77
- rack-ssl (~> 1.3.2)
86
+ rails (5.0.2)
87
+ actioncable (= 5.0.2)
88
+ actionmailer (= 5.0.2)
89
+ actionpack (= 5.0.2)
90
+ actionview (= 5.0.2)
91
+ activejob (= 5.0.2)
92
+ activemodel (= 5.0.2)
93
+ activerecord (= 5.0.2)
94
+ activesupport (= 5.0.2)
95
+ bundler (>= 1.3.0, < 2.0)
96
+ railties (= 5.0.2)
97
+ sprockets-rails (>= 2.0.0)
98
+ rails-dom-testing (2.0.2)
99
+ activesupport (>= 4.2.0, < 6.0)
100
+ nokogiri (~> 1.6)
101
+ rails-html-sanitizer (1.0.3)
102
+ loofah (~> 2.0)
103
+ railties (5.0.2)
104
+ actionpack (= 5.0.2)
105
+ activesupport (= 5.0.2)
106
+ method_source
78
107
  rake (>= 0.8.7)
79
- rdoc (~> 3.4)
80
- thor (>= 0.14.6, < 2.0)
81
- rake (10.3.1)
82
- rdoc (3.12.2)
83
- json (~> 1.4)
84
- sprockets (2.2.2)
85
- hike (~> 1.2)
86
- multi_json (~> 1.0)
87
- rack (~> 1.0)
88
- tilt (~> 1.1, != 1.3.0)
89
- thor (0.19.1)
90
- tilt (1.4.1)
91
- treetop (1.4.15)
92
- polyglot
93
- polyglot (>= 0.3.1)
94
- tzinfo (0.3.39)
108
+ thor (>= 0.18.1, < 2.0)
109
+ rake (12.0.0)
110
+ ruby_parser (3.8.4)
111
+ sexp_processor (~> 4.1)
112
+ sexp_processor (4.8.0)
113
+ sprockets (3.7.1)
114
+ concurrent-ruby (~> 1.0)
115
+ rack (> 1, < 3)
116
+ sprockets-rails (3.2.0)
117
+ actionpack (>= 4.0)
118
+ activesupport (>= 4.0)
119
+ sprockets (>= 3.0.0)
120
+ thor (0.19.4)
121
+ thread_safe (0.3.6)
122
+ tilt (2.0.6)
123
+ tzinfo (1.2.2)
124
+ thread_safe (~> 0.1)
125
+ websocket-driver (0.6.5)
126
+ websocket-extensions (>= 0.1.0)
127
+ websocket-extensions (0.1.2)
95
128
 
96
129
  PLATFORMS
97
130
  ruby
98
131
 
99
132
  DEPENDENCIES
100
133
  instedd-rails!
134
+
135
+ BUNDLED WITH
136
+ 1.11.2
@@ -4,7 +4,7 @@ module InsteddRails
4
4
  helper_method :steps
5
5
 
6
6
  def show
7
- render (params[:page].to_s ||= 'start')
7
+ render (params[:page] ||= 'start').to_s
8
8
  end
9
9
 
10
10
  def steps
@@ -12,4 +12,4 @@ module InsteddRails
12
12
  end
13
13
 
14
14
  end
15
- end
15
+ end
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = InsteddRails::VERSION
8
8
  s.authors = ["Instedd"]
9
9
  s.email = ["support@instedd.org"]
10
- s.homepage = "http://bitbucket.org/instedd/platform-common-rails"
10
+ s.homepage = "https://github.com/instedd/platform-common-rails"
11
11
  s.summary = %q{Instedd Platform Common helpers for Rails}
12
12
  s.description = %q{This gem unifies all the helpers and common views used by all Instedd applications}
13
13
 
@@ -1,3 +1,3 @@
1
1
  module InsteddRails
2
- VERSION = "0.0.26"
2
+ VERSION = "0.0.27"
3
3
  end
metadata CHANGED
@@ -1,55 +1,55 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instedd-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.26
4
+ version: 0.0.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - Instedd
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-02 00:00:00.000000000 Z
11
+ date: 2017-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3.0'
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
26
  version: '3.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: breadcrumbs_on_rails
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: 2.2.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: 2.2.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: haml-rails
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  description: This gem unifies all the helpers and common views used by all Instedd
@@ -60,8 +60,8 @@ executables: []
60
60
  extensions: []
61
61
  extra_rdoc_files: []
62
62
  files:
63
- - .gitignore
64
- - .rvmrc
63
+ - ".gitignore"
64
+ - ".rvmrc"
65
65
  - Gemfile
66
66
  - Gemfile.lock
67
67
  - README.markdown
@@ -115,7 +115,7 @@ files:
115
115
  - lib/instedd_rails/routes.rb
116
116
  - lib/instedd_rails/show_exceptions.rb
117
117
  - lib/instedd_rails/version.rb
118
- homepage: http://bitbucket.org/instedd/platform-common-rails
118
+ homepage: https://github.com/instedd/platform-common-rails
119
119
  licenses: []
120
120
  metadata: {}
121
121
  post_install_message:
@@ -124,19 +124,18 @@ require_paths:
124
124
  - lib
125
125
  required_ruby_version: !ruby/object:Gem::Requirement
126
126
  requirements:
127
- - - '>='
127
+ - - ">="
128
128
  - !ruby/object:Gem::Version
129
129
  version: '0'
130
130
  required_rubygems_version: !ruby/object:Gem::Requirement
131
131
  requirements:
132
- - - '>='
132
+ - - ">="
133
133
  - !ruby/object:Gem::Version
134
134
  version: '0'
135
135
  requirements: []
136
136
  rubyforge_project: instedd-rails
137
- rubygems_version: 2.6.7
137
+ rubygems_version: 2.4.5.1
138
138
  signing_key:
139
139
  specification_version: 4
140
140
  summary: Instedd Platform Common helpers for Rails
141
141
  test_files: []
142
- has_rdoc: