flip_fab 1.0.0 → 1.0.1

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: c662a0d2b36601ff4d1f9c1424d966ae7419bca0
4
- data.tar.gz: 5ed8d698d9acee0615df1b146e2048b87743ba18
3
+ metadata.gz: b178cc3f97fb1405b48a143a52b83bc205891f57
4
+ data.tar.gz: 78b6d508d839d2dfdfa955645f98c71164bd0a2f
5
5
  SHA512:
6
- metadata.gz: ccbe037678c9b7d1c8e6eb5e6dde83f70733159485dfbdf47ccb2a8070ce356f9b3204807bf5e346f3fb877abe5a7328b8041001a6961f327c40ea2167a198e5
7
- data.tar.gz: 87b1d482757418bcc5c77b0bcb6868c001cd3d35149dd4f470144fb0012a2bd97eeae5d40e9bdfe97fb00219a8a3327a0cff333130384b88b3f6adf716375a0a
6
+ metadata.gz: 55be299324bf08e81c806491487d3c81e76aa98c61d3601cf3a8c3b3be61bea7e5c044e8e7e65a263e183accac1423870c1d584a0af47f826949729b4fa3416d
7
+ data.tar.gz: 13a8bebb70660b3987caf0aa797518a22f62b0b32eac6e055d8dc15ef9435e88dfa46417229c9528af2187bb6636aaa203363a995bcffc0bab176e0edb737271
data/.gitignore ADDED
@@ -0,0 +1,2 @@
1
+ *.gem
2
+ Gemfile.lock
data/Gemfile CHANGED
@@ -2,15 +2,3 @@ source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in flip_fab.gemspec
4
4
  gemspec
5
-
6
- group :development, :test do
7
- gem 'pry-plus'
8
- end
9
-
10
- group :test do
11
- gem 'rack'
12
- gem 'rack-test'
13
- gem 'rspec'
14
- gem 'rutabaga'
15
- gem 'timecop'
16
- end
@@ -1,15 +1,15 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
4
- gem 'rails', '4.2.0'
4
+ gem 'rails', '~> 4.2'
5
5
  # Use sqlite3 as the database for Active Record
6
6
  gem 'sqlite3'
7
7
  # Use SCSS for stylesheets
8
- gem 'sass-rails', '~> 4.0.3'
8
+ gem 'sass-rails'
9
9
  # Use Uglifier as compressor for JavaScript assets
10
10
  gem 'uglifier', '>= 1.3.0'
11
11
  # Use CoffeeScript for .js.coffee assets and views
12
- gem 'coffee-rails', '~> 4.0.0'
12
+ gem 'coffee-rails'
13
13
  # See https://github.com/sstephenson/execjs#readme for more supported runtimes
14
14
  # gem 'therubyracer', platforms: :ruby
15
15
 
@@ -1,160 +1,159 @@
1
1
  PATH
2
2
  remote: ../../
3
3
  specs:
4
- flip_fab (1.0.0)
4
+ flip_fab (1.0.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- actionmailer (4.2.0)
10
- actionpack (= 4.2.0)
11
- actionview (= 4.2.0)
12
- activejob (= 4.2.0)
9
+ actionmailer (4.2.5)
10
+ actionpack (= 4.2.5)
11
+ actionview (= 4.2.5)
12
+ activejob (= 4.2.5)
13
13
  mail (~> 2.5, >= 2.5.4)
14
14
  rails-dom-testing (~> 1.0, >= 1.0.5)
15
- actionpack (4.2.0)
16
- actionview (= 4.2.0)
17
- activesupport (= 4.2.0)
18
- rack (~> 1.6.0)
15
+ actionpack (4.2.5)
16
+ actionview (= 4.2.5)
17
+ activesupport (= 4.2.5)
18
+ rack (~> 1.6)
19
19
  rack-test (~> 0.6.2)
20
20
  rails-dom-testing (~> 1.0, >= 1.0.5)
21
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
22
- actionview (4.2.0)
23
- activesupport (= 4.2.0)
21
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
22
+ actionview (4.2.5)
23
+ activesupport (= 4.2.5)
24
24
  builder (~> 3.1)
25
25
  erubis (~> 2.7.0)
26
26
  rails-dom-testing (~> 1.0, >= 1.0.5)
27
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
28
- activejob (4.2.0)
29
- activesupport (= 4.2.0)
27
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
+ activejob (4.2.5)
29
+ activesupport (= 4.2.5)
30
30
  globalid (>= 0.3.0)
31
- activemodel (4.2.0)
32
- activesupport (= 4.2.0)
31
+ activemodel (4.2.5)
32
+ activesupport (= 4.2.5)
33
33
  builder (~> 3.1)
34
- activerecord (4.2.0)
35
- activemodel (= 4.2.0)
36
- activesupport (= 4.2.0)
34
+ activerecord (4.2.5)
35
+ activemodel (= 4.2.5)
36
+ activesupport (= 4.2.5)
37
37
  arel (~> 6.0)
38
- activesupport (4.2.0)
38
+ activesupport (4.2.5)
39
39
  i18n (~> 0.7)
40
40
  json (~> 1.7, >= 1.7.7)
41
41
  minitest (~> 5.1)
42
42
  thread_safe (~> 0.3, >= 0.3.4)
43
43
  tzinfo (~> 1.1)
44
- arel (6.0.0)
44
+ arel (6.0.3)
45
45
  builder (3.2.2)
46
- coffee-rails (4.0.1)
46
+ coffee-rails (4.1.1)
47
47
  coffee-script (>= 2.2.0)
48
- railties (>= 4.0.0, < 5.0)
49
- coffee-script (2.3.0)
48
+ railties (>= 4.0.0, < 5.1.x)
49
+ coffee-script (2.4.1)
50
50
  coffee-script-source
51
51
  execjs
52
- coffee-script-source (1.9.1)
52
+ coffee-script-source (1.10.0)
53
+ concurrent-ruby (1.0.0)
53
54
  diff-lcs (1.2.5)
54
55
  erubis (2.7.0)
55
- execjs (2.3.0)
56
- globalid (0.3.3)
56
+ execjs (2.6.0)
57
+ globalid (0.3.6)
57
58
  activesupport (>= 4.1.0)
58
- hike (1.2.3)
59
59
  i18n (0.7.0)
60
- jbuilder (2.2.8)
61
- activesupport (>= 3.0.0, < 5)
60
+ jbuilder (2.4.0)
61
+ activesupport (>= 3.0.0, < 5.1)
62
62
  multi_json (~> 1.2)
63
- jquery-rails (4.0.3)
63
+ jquery-rails (4.1.0)
64
64
  rails-dom-testing (~> 1.0)
65
65
  railties (>= 4.2.0)
66
66
  thor (>= 0.14, < 2.0)
67
- json (1.8.2)
68
- kgio (2.9.3)
69
- loofah (2.0.1)
67
+ json (1.8.3)
68
+ kgio (2.10.0)
69
+ loofah (2.0.3)
70
70
  nokogiri (>= 1.5.9)
71
71
  mail (2.6.3)
72
72
  mime-types (>= 1.16, < 3)
73
- mime-types (2.4.3)
74
- mini_portile (0.6.2)
75
- minitest (5.5.1)
76
- multi_json (1.10.1)
77
- nokogiri (1.6.6.2)
78
- mini_portile (~> 0.6.0)
79
- rack (1.6.0)
73
+ mime-types (2.99)
74
+ mini_portile2 (2.0.0)
75
+ minitest (5.8.4)
76
+ multi_json (1.11.2)
77
+ nokogiri (1.6.7.2)
78
+ mini_portile2 (~> 2.0.0.rc2)
79
+ rack (1.6.4)
80
80
  rack-test (0.6.3)
81
81
  rack (>= 1.0)
82
- rails (4.2.0)
83
- actionmailer (= 4.2.0)
84
- actionpack (= 4.2.0)
85
- actionview (= 4.2.0)
86
- activejob (= 4.2.0)
87
- activemodel (= 4.2.0)
88
- activerecord (= 4.2.0)
89
- activesupport (= 4.2.0)
82
+ rails (4.2.5)
83
+ actionmailer (= 4.2.5)
84
+ actionpack (= 4.2.5)
85
+ actionview (= 4.2.5)
86
+ activejob (= 4.2.5)
87
+ activemodel (= 4.2.5)
88
+ activerecord (= 4.2.5)
89
+ activesupport (= 4.2.5)
90
90
  bundler (>= 1.3.0, < 2.0)
91
- railties (= 4.2.0)
91
+ railties (= 4.2.5)
92
92
  sprockets-rails
93
93
  rails-deprecated_sanitizer (1.0.3)
94
94
  activesupport (>= 4.2.0.alpha)
95
- rails-dom-testing (1.0.5)
95
+ rails-dom-testing (1.0.7)
96
96
  activesupport (>= 4.2.0.beta, < 5.0)
97
97
  nokogiri (~> 1.6.0)
98
98
  rails-deprecated_sanitizer (>= 1.0.1)
99
- rails-html-sanitizer (1.0.1)
99
+ rails-html-sanitizer (1.0.2)
100
100
  loofah (~> 2.0)
101
- railties (4.2.0)
102
- actionpack (= 4.2.0)
103
- activesupport (= 4.2.0)
101
+ railties (4.2.5)
102
+ actionpack (= 4.2.5)
103
+ activesupport (= 4.2.5)
104
104
  rake (>= 0.8.7)
105
105
  thor (>= 0.18.1, < 2.0)
106
- raindrops (0.13.0)
107
- rake (10.4.2)
108
- rdoc (4.2.0)
106
+ raindrops (0.15.0)
107
+ rake (10.5.0)
108
+ rdoc (4.2.1)
109
109
  json (~> 1.4)
110
- rspec-core (3.2.0)
111
- rspec-support (~> 3.2.0)
112
- rspec-expectations (3.2.0)
110
+ rspec-core (3.4.1)
111
+ rspec-support (~> 3.4.0)
112
+ rspec-expectations (3.4.0)
113
113
  diff-lcs (>= 1.2.0, < 2.0)
114
- rspec-support (~> 3.2.0)
115
- rspec-mocks (3.2.0)
114
+ rspec-support (~> 3.4.0)
115
+ rspec-mocks (3.4.1)
116
116
  diff-lcs (>= 1.2.0, < 2.0)
117
- rspec-support (~> 3.2.0)
118
- rspec-rails (3.2.0)
119
- actionpack (>= 3.0, <= 4.2)
120
- activesupport (>= 3.0, <= 4.2)
121
- railties (>= 3.0, <= 4.2)
122
- rspec-core (~> 3.2.0)
123
- rspec-expectations (~> 3.2.0)
124
- rspec-mocks (~> 3.2.0)
125
- rspec-support (~> 3.2.0)
126
- rspec-support (3.2.1)
127
- sass (3.2.19)
128
- sass-rails (4.0.5)
117
+ rspec-support (~> 3.4.0)
118
+ rspec-rails (3.4.0)
119
+ actionpack (>= 3.0, < 4.3)
120
+ activesupport (>= 3.0, < 4.3)
121
+ railties (>= 3.0, < 4.3)
122
+ rspec-core (~> 3.4.0)
123
+ rspec-expectations (~> 3.4.0)
124
+ rspec-mocks (~> 3.4.0)
125
+ rspec-support (~> 3.4.0)
126
+ rspec-support (3.4.1)
127
+ sass (3.4.21)
128
+ sass-rails (5.0.4)
129
129
  railties (>= 4.0.0, < 5.0)
130
- sass (~> 3.2.2)
131
- sprockets (~> 2.8, < 3.0)
132
- sprockets-rails (~> 2.0)
130
+ sass (~> 3.1)
131
+ sprockets (>= 2.8, < 4.0)
132
+ sprockets-rails (>= 2.0, < 4.0)
133
+ tilt (>= 1.1, < 3)
133
134
  sdoc (0.4.1)
134
135
  json (~> 1.7, >= 1.7.7)
135
136
  rdoc (~> 4.0)
136
- spring (1.3.2)
137
- sprockets (2.12.3)
138
- hike (~> 1.2)
139
- multi_json (~> 1.0)
140
- rack (~> 1.0)
141
- tilt (~> 1.1, != 1.3.0)
142
- sprockets-rails (2.2.4)
143
- actionpack (>= 3.0)
144
- activesupport (>= 3.0)
145
- sprockets (>= 2.8, < 4.0)
146
- sqlite3 (1.3.10)
137
+ spring (1.6.2)
138
+ sprockets (3.5.2)
139
+ concurrent-ruby (~> 1.0)
140
+ rack (> 1, < 3)
141
+ sprockets-rails (3.0.0)
142
+ actionpack (>= 4.0)
143
+ activesupport (>= 4.0)
144
+ sprockets (>= 3.0.0)
145
+ sqlite3 (1.3.11)
147
146
  thor (0.19.1)
148
- thread_safe (0.3.4)
149
- tilt (1.4.1)
147
+ thread_safe (0.3.5)
148
+ tilt (2.0.2)
150
149
  turbolinks (2.5.3)
151
150
  coffee-rails
152
151
  tzinfo (1.2.2)
153
152
  thread_safe (~> 0.1)
154
- uglifier (2.7.0)
153
+ uglifier (2.7.2)
155
154
  execjs (>= 0.3.0)
156
155
  json (>= 1.8.0)
157
- unicorn (4.8.3)
156
+ unicorn (5.0.1)
158
157
  kgio (~> 2.6)
159
158
  rack
160
159
  raindrops (~> 0.7)
@@ -163,16 +162,19 @@ PLATFORMS
163
162
  ruby
164
163
 
165
164
  DEPENDENCIES
166
- coffee-rails (~> 4.0.0)
165
+ coffee-rails
167
166
  flip_fab!
168
167
  jbuilder (~> 2.0)
169
168
  jquery-rails
170
- rails (= 4.2.0)
169
+ rails (~> 4.2)
171
170
  rspec-rails
172
- sass-rails (~> 4.0.3)
171
+ sass-rails
173
172
  sdoc (~> 0.4.0)
174
173
  spring
175
174
  sqlite3
176
175
  turbolinks
177
176
  uglifier (>= 1.3.0)
178
177
  unicorn
178
+
179
+ BUNDLED WITH
180
+ 1.10.6
data/flip_fab.gemspec CHANGED
@@ -17,4 +17,10 @@ Gem::Specification.new do |spec|
17
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ['lib']
20
+
21
+ spec.add_development_dependency 'rack'
22
+ spec.add_development_dependency 'rack-test'
23
+ spec.add_development_dependency 'rspec'
24
+ spec.add_development_dependency 'rutabaga'
25
+ spec.add_development_dependency 'timecop'
20
26
  end
@@ -1,3 +1,3 @@
1
1
  module FlipFab
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,15 +1,85 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flip_fab
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simply Business
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-22 00:00:00.000000000 Z
12
- dependencies: []
11
+ date: 2016-01-25 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rack
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rack-test
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rutabaga
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: timecop
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
13
83
  description: A gem providing persistent, per-user feature flipping to Rack applications.
14
84
  email:
15
85
  - tech@simplybusiness.co.uk
@@ -17,9 +87,9 @@ executables: []
17
87
  extensions: []
18
88
  extra_rdoc_files: []
19
89
  files:
90
+ - ".gitignore"
20
91
  - ".rspec"
21
92
  - Gemfile
22
- - Gemfile.lock
23
93
  - LICENSE.txt
24
94
  - README.md
25
95
  - example/rails_app/.gitignore
@@ -144,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
214
  version: '0'
145
215
  requirements: []
146
216
  rubyforge_project:
147
- rubygems_version: 2.4.6
217
+ rubygems_version: 2.4.5.1
148
218
  signing_key:
149
219
  specification_version: 4
150
220
  summary: A gem providing persistent, per-user feature flipping to Rack applications.
data/Gemfile.lock DELETED
@@ -1,92 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- flip_fab (1.0.0)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- binding_of_caller (0.7.2)
10
- debug_inspector (>= 0.0.1)
11
- bond (0.5.1)
12
- coderay (1.1.0)
13
- columnize (0.9.0)
14
- debug_inspector (0.0.2)
15
- debugger (1.6.8)
16
- columnize (>= 0.3.1)
17
- debugger-linecache (~> 1.2.0)
18
- debugger-ruby_core_source (~> 1.3.5)
19
- debugger-linecache (1.2.0)
20
- debugger-ruby_core_source (1.3.8)
21
- diff-lcs (1.2.5)
22
- gherkin (2.12.2)
23
- multi_json (~> 1.3)
24
- interception (0.5)
25
- jist (1.5.1)
26
- json
27
- json (1.8.2)
28
- method_source (0.8.2)
29
- multi_json (1.10.1)
30
- pry (0.10.1)
31
- coderay (~> 1.1.0)
32
- method_source (~> 0.8.1)
33
- slop (~> 3.4)
34
- pry-debugger (0.2.3)
35
- debugger (~> 1.3)
36
- pry (>= 0.9.10, < 0.11.0)
37
- pry-doc (0.6.0)
38
- pry (~> 0.9)
39
- yard (~> 0.8)
40
- pry-docmore (0.1.1)
41
- pry
42
- pry-doc
43
- pry-plus (1.0.0)
44
- bond
45
- jist
46
- pry-debugger
47
- pry-doc
48
- pry-docmore
49
- pry-rescue
50
- pry-stack_explorer
51
- pry-rescue (1.4.1)
52
- interception (>= 0.5)
53
- pry
54
- pry-stack_explorer (0.4.9.2)
55
- binding_of_caller (>= 0.7)
56
- pry (>= 0.9.11)
57
- rack (1.6.0)
58
- rack-test (0.6.3)
59
- rack (>= 1.0)
60
- rspec (3.2.0)
61
- rspec-core (~> 3.2.0)
62
- rspec-expectations (~> 3.2.0)
63
- rspec-mocks (~> 3.2.0)
64
- rspec-core (3.2.0)
65
- rspec-support (~> 3.2.0)
66
- rspec-expectations (3.2.0)
67
- diff-lcs (>= 1.2.0, < 2.0)
68
- rspec-support (~> 3.2.0)
69
- rspec-mocks (3.2.0)
70
- diff-lcs (>= 1.2.0, < 2.0)
71
- rspec-support (~> 3.2.0)
72
- rspec-support (3.2.1)
73
- rutabaga (0.1.1)
74
- turnip (>= 1.1.0, < 2.0)
75
- slop (3.6.0)
76
- timecop (0.7.3)
77
- turnip (1.2.4)
78
- gherkin (>= 2.5)
79
- rspec (>= 2.14.0, < 4.0)
80
- yard (0.8.7.6)
81
-
82
- PLATFORMS
83
- ruby
84
-
85
- DEPENDENCIES
86
- flip_fab!
87
- pry-plus
88
- rack
89
- rack-test
90
- rspec
91
- rutabaga
92
- timecop