formie 0.9.12 → 0.9.13

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: d9b18a27d211ff1c4a9873d3fa07ffcc7f18e2df54ccb03172e3d04f376a13b1
4
- data.tar.gz: d45d131209ec95f5c6029db46133eccc09cb1d81c32d268edc1380c73e75b702
3
+ metadata.gz: de4ca4cbfc3a92d0c956a26f1fa1568c38b9524b46bce24fed1f62775c2f345d
4
+ data.tar.gz: '031823aa6a3e7b266786c6b67d713611f8bf8b92f0654e33bb47fa554094fa5e'
5
5
  SHA512:
6
- metadata.gz: '0066930930c11e9ed963df012338083532b002f7451ac7cc3662917c6afb640e5c06f1a43090475f1b8c2aa339543f2dad9c804b8e2b8ccd490ce221bf7f2465'
7
- data.tar.gz: db9b8fe63fb70392a0e12787ce068a640b20f2872902b07b367dab76c656486e4cd7648dd8edb80a79730d479d1c4a24c17b42f92c0a34c4debb4fc331ccb1fb
6
+ metadata.gz: f02d6b851d60637bdfe7d97393308cc951dc6486bb6c9c1bc07dc1f8516407da3702b91759744b823f0b53403ea53aecf3c74dafe92dca0852ef522cdbec9d4e
7
+ data.tar.gz: 2400ad69a1a9c8ffacc0ee267cfd9da5f341d333cddbf05b4cdf6528ccd0a2889e01be0624a2ff4ed619a2b57e22fa45673761959d13c3224cf5bff1b4fbcdfa
data/.ruby-gemset CHANGED
@@ -1 +1 @@
1
- rails-5.1
1
+ rails-5.2
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-2.5.0
1
+ ruby-2.5.1
data/.travis.yml CHANGED
@@ -6,8 +6,9 @@ before_install: gem update bundler --no-document
6
6
  script: 'bundle exec rake test'
7
7
 
8
8
  rvm:
9
+ - 2.5.1
9
10
  - 2.5.0
10
- - 2.4.1
11
+ # - 2.4.1 # tested
11
12
  # - 2.4.0 # tested
12
13
  # - 2.3.3 # tested
13
14
  # - 2.2.6 # tested
@@ -15,6 +16,7 @@ rvm:
15
16
  gemfile:
16
17
  - gemfiles/rails_5.0.gemfile
17
18
  - gemfiles/rails_5.1.gemfile
19
+ - gemfiles/rails_5.2.gemfile
18
20
 
19
21
  matrix:
20
22
  # exclude:
data/.watchr CHANGED
@@ -16,7 +16,8 @@ end
16
16
 
17
17
  def run_it(type, file)
18
18
  case type
19
- when 'test'; run %Q{ruby -I"lib:test" -rubygems #{file}}
19
+ # when 'test'; run %Q{ruby -I"lib:test" -rubygems #{file}}
20
+ when 'test'; run %Q{rails test #{file}}
20
21
  when 'spec'; run %Q{rspec -X #{file}}
21
22
  else; puts "#{H} unknown type: #{type}, file: #{file}"
22
23
  end
data/Appraisals CHANGED
@@ -1,9 +1,11 @@
1
1
  appraise 'rails-5.0' do
2
2
  gem 'rails', '~> 5.0.0'
3
- gem 'dryer-config', '~> 5.0.0'
4
3
  end
5
4
 
6
5
  appraise 'rails-5.1' do
7
6
  gem 'rails', '~> 5.1'
8
- gem 'dryer-config', '~> 5.1'
7
+ end
8
+
9
+ appraise 'rails-5.2' do
10
+ gem 'rails', '~> 5.2.0'
9
11
  end
data/Gemfile CHANGED
@@ -2,7 +2,6 @@ source 'https://rubygems.org'
2
2
  gemspec
3
3
 
4
4
  gem 'rails'
5
- gem 'dryer-config'
6
5
 
7
6
  group :test do
8
7
  gem 'observr'
data/Gemfile.lock ADDED
@@ -0,0 +1,169 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ formie (0.9.13)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ actioncable (5.2.0)
10
+ actionpack (= 5.2.0)
11
+ nio4r (~> 2.0)
12
+ websocket-driver (>= 0.6.1)
13
+ actionmailer (5.2.0)
14
+ actionpack (= 5.2.0)
15
+ actionview (= 5.2.0)
16
+ activejob (= 5.2.0)
17
+ mail (~> 2.5, >= 2.5.4)
18
+ rails-dom-testing (~> 2.0)
19
+ actionpack (5.2.0)
20
+ actionview (= 5.2.0)
21
+ activesupport (= 5.2.0)
22
+ rack (~> 2.0)
23
+ rack-test (>= 0.6.3)
24
+ rails-dom-testing (~> 2.0)
25
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
26
+ actionview (5.2.0)
27
+ activesupport (= 5.2.0)
28
+ builder (~> 3.1)
29
+ erubi (~> 1.4)
30
+ rails-dom-testing (~> 2.0)
31
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
32
+ activejob (5.2.0)
33
+ activesupport (= 5.2.0)
34
+ globalid (>= 0.3.6)
35
+ activemodel (5.2.0)
36
+ activesupport (= 5.2.0)
37
+ activerecord (5.2.0)
38
+ activemodel (= 5.2.0)
39
+ activesupport (= 5.2.0)
40
+ arel (>= 9.0)
41
+ activestorage (5.2.0)
42
+ actionpack (= 5.2.0)
43
+ activerecord (= 5.2.0)
44
+ marcel (~> 0.3.1)
45
+ activesupport (5.2.0)
46
+ concurrent-ruby (~> 1.0, >= 1.0.2)
47
+ i18n (>= 0.7, < 2)
48
+ minitest (~> 5.1)
49
+ tzinfo (~> 1.1)
50
+ addressable (2.5.2)
51
+ public_suffix (>= 2.0.2, < 4.0)
52
+ appraisal (2.2.0)
53
+ bundler
54
+ rake
55
+ thor (>= 0.14.0)
56
+ arel (9.0.0)
57
+ builder (3.2.3)
58
+ capybara (3.0.2)
59
+ addressable
60
+ mini_mime (>= 0.1.3)
61
+ nokogiri (~> 1.8)
62
+ rack (>= 1.6.0)
63
+ rack-test (>= 0.6.3)
64
+ xpath (~> 3.0)
65
+ combustion (0.9.1)
66
+ activesupport (>= 3.0.0)
67
+ railties (>= 3.0.0)
68
+ thor (>= 0.14.6)
69
+ concurrent-ruby (1.0.5)
70
+ crass (1.0.4)
71
+ docile (1.3.0)
72
+ erubi (1.7.1)
73
+ globalid (0.4.1)
74
+ activesupport (>= 4.2.0)
75
+ i18n (1.0.1)
76
+ concurrent-ruby (~> 1.0)
77
+ json (2.1.0)
78
+ loofah (2.2.2)
79
+ crass (~> 1.0.2)
80
+ nokogiri (>= 1.5.9)
81
+ mail (2.7.0)
82
+ mini_mime (>= 0.1.1)
83
+ marcel (0.3.2)
84
+ mimemagic (~> 0.3.2)
85
+ method_source (0.9.0)
86
+ mimemagic (0.3.2)
87
+ mini_mime (1.0.0)
88
+ mini_portile2 (2.3.0)
89
+ minitest (5.11.3)
90
+ nio4r (2.3.0)
91
+ nokogiri (1.8.2)
92
+ mini_portile2 (~> 2.3.0)
93
+ observr (1.0.5)
94
+ public_suffix (3.0.2)
95
+ rack (2.0.5)
96
+ rack-test (1.0.0)
97
+ rack (>= 1.0, < 3)
98
+ rails (5.2.0)
99
+ actioncable (= 5.2.0)
100
+ actionmailer (= 5.2.0)
101
+ actionpack (= 5.2.0)
102
+ actionview (= 5.2.0)
103
+ activejob (= 5.2.0)
104
+ activemodel (= 5.2.0)
105
+ activerecord (= 5.2.0)
106
+ activestorage (= 5.2.0)
107
+ activesupport (= 5.2.0)
108
+ bundler (>= 1.3.0)
109
+ railties (= 5.2.0)
110
+ sprockets-rails (>= 2.0.0)
111
+ rails-dom-testing (2.0.3)
112
+ activesupport (>= 4.2.0)
113
+ nokogiri (>= 1.6)
114
+ rails-html-sanitizer (1.0.4)
115
+ loofah (~> 2.2, >= 2.2.2)
116
+ railties (5.2.0)
117
+ actionpack (= 5.2.0)
118
+ activesupport (= 5.2.0)
119
+ method_source
120
+ rake (>= 0.8.7)
121
+ thor (>= 0.18.1, < 2.0)
122
+ rake (12.3.1)
123
+ simplecov (0.16.1)
124
+ docile (~> 1.1)
125
+ json (>= 1.8, < 3)
126
+ simplecov-html (~> 0.10.0)
127
+ simplecov-html (0.10.2)
128
+ slim (3.0.9)
129
+ temple (>= 0.7.6, < 0.9)
130
+ tilt (>= 1.3.3, < 2.1)
131
+ sprockets (3.7.1)
132
+ concurrent-ruby (~> 1.0)
133
+ rack (> 1, < 3)
134
+ sprockets-rails (3.2.1)
135
+ actionpack (>= 4.0)
136
+ activesupport (>= 4.0)
137
+ sprockets (>= 3.0.0)
138
+ sqlite3 (1.3.13)
139
+ temple (0.8.0)
140
+ thor (0.20.0)
141
+ thread_safe (0.3.6)
142
+ tilt (2.0.8)
143
+ tzinfo (1.2.5)
144
+ thread_safe (~> 0.1)
145
+ websocket-driver (0.7.0)
146
+ websocket-extensions (>= 0.1.0)
147
+ websocket-extensions (0.1.3)
148
+ xpath (3.0.0)
149
+ nokogiri (~> 1.8)
150
+
151
+ PLATFORMS
152
+ ruby
153
+
154
+ DEPENDENCIES
155
+ appraisal (~> 2)
156
+ bundler (~> 1)
157
+ capybara
158
+ combustion (~> 0)
159
+ formie!
160
+ minitest
161
+ observr
162
+ rails
163
+ rake (~> 12)
164
+ simplecov
165
+ slim
166
+ sqlite3
167
+
168
+ BUNDLED WITH
169
+ 1.16.1
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2012-2017 Dittmar Krall - http://matique.de
1
+ Copyright 2012-2018 Dittmar Krall - http://matique.de
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -60,7 +60,7 @@ To avoid a server restart during development of formies you may add to:
60
60
  # app/controllers/application_controller.rb
61
61
 
62
62
  before_filter do
63
- Formie.reload if 'development' == Rails.env
63
+ Formie.reload if Rails.env.development?
64
64
  end
65
65
 
66
66
 
@@ -93,4 +93,4 @@ In directory app/formies :
93
93
  <%= form.text_field field %>
94
94
  </p>
95
95
 
96
- Copyright (c) 2009..2017 Dittmar Krall, released under the MIT license.
96
+ Copyright (c) 2009..2018 Dittmar Krall, released under the MIT license.
@@ -3,7 +3,6 @@
3
3
  source "https://rubygems.org"
4
4
 
5
5
  gem "rails", "~> 5.0.0"
6
- gem "dryer-config", "~> 5.0.0"
7
6
 
8
7
  group :test do
9
8
  gem "observr"
@@ -3,7 +3,6 @@
3
3
  source "https://rubygems.org"
4
4
 
5
5
  gem "rails", "~> 5.1"
6
- gem "dryer-config", "~> 5.1"
7
6
 
8
7
  group :test do
9
8
  gem "observr"
@@ -0,0 +1,16 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 5.2.0"
6
+
7
+ group :test do
8
+ gem "observr"
9
+ gem "simplecov", require: false
10
+ gem "minitest"
11
+ gem "capybara"
12
+ gem "sqlite3"
13
+ gem "slim"
14
+ end
15
+
16
+ gemspec path: "../"
@@ -1,3 +1,3 @@
1
1
  module Formie
2
- VERSION = '0.9.12'
2
+ VERSION = '0.9.13'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: formie
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.12
4
+ version: 0.9.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-10 00:00:00.000000000 Z
11
+ date: 2018-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -84,6 +84,7 @@ files:
84
84
  - ".watchr"
85
85
  - Appraisals
86
86
  - Gemfile
87
+ - Gemfile.lock
87
88
  - MIT-LICENSE
88
89
  - README.md
89
90
  - Rakefile
@@ -92,6 +93,7 @@ files:
92
93
  - gemfiles/rails4_2.gemfile
93
94
  - gemfiles/rails_5.0.gemfile
94
95
  - gemfiles/rails_5.1.gemfile
96
+ - gemfiles/rails_5.2.gemfile
95
97
  - lib/formie.rb
96
98
  - lib/formie/engine.rb
97
99
  - lib/formie/version.rb
@@ -139,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
139
141
  version: '0'
140
142
  requirements: []
141
143
  rubyforge_project:
142
- rubygems_version: 2.7.3
144
+ rubygems_version: 2.7.6
143
145
  signing_key:
144
146
  specification_version: 4
145
147
  summary: Formie is like a Rails helper, but uses the notation of a partial.