flip2 1.1.2 → 1.1.3

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: 45a4018ac05510ebe69d7200b218d421f110adcc
4
- data.tar.gz: 23d9f66c9d0236ed22bd6fe9cc8c8dcea59eed6e
3
+ metadata.gz: 666c12148dbf50fb923b8a87f9f9ae92a232361b
4
+ data.tar.gz: 2e3712ca907b52bca233b7dbcbd5d1fd4c8795ee
5
5
  SHA512:
6
- metadata.gz: 7a70df17dbd497787153c24e56babe1fefdafe746991f443f70a0df58a4529b35c25707f27d245af950df3f464087324bf8fcf9aa0db766e8686c06282da7854
7
- data.tar.gz: 5c92d3670f87ec71b4d1cfc9cdbb5959d6a12ac56c402805ba1aa0d95e6f7435b7834ddb207152beb510664534a509586da8ce64a5697f75e7c09ddff526ebf1
6
+ metadata.gz: 9c9fa6587136ac1dc4e227223d30f658167f8fdc81722c8bb5df23676ad1230b9d610e3efecb03fd923c011a8fcc05ef3d8eb1b4eed8f6d22c15d8e9b7c2ce52
7
+ data.tar.gz: 8263cc46a5207cc2f64ec641b7be7a25ef2573050ce8c87b875c497e056498daf673cd8be69cb5fd74185f9d663b93f832bcbfde9fc702ef262ddcdceaa0f25e
@@ -1,3 +1,3 @@
1
1
  module Flip
2
- VERSION = "1.1.2"
2
+ VERSION = "1.1.3"
3
3
  end
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flip2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''
@@ -108,7 +108,6 @@ files:
108
108
  - app/views/flip/features/index.html.erb
109
109
  - config/routes.rb
110
110
  - flip.gemspec
111
- - lib/flip.rb
112
111
  - lib/flip/abstract_strategy.rb
113
112
  - lib/flip/cacheable.rb
114
113
  - lib/flip/controller_filters.rb
@@ -122,6 +121,7 @@ files:
122
121
  - lib/flip/feature_set.rb
123
122
  - lib/flip/forbidden.rb
124
123
  - lib/flip/version.rb
124
+ - lib/flip2.rb
125
125
  - lib/generators/flip/install/install_generator.rb
126
126
  - lib/generators/flip/migration/USAGE
127
127
  - lib/generators/flip/migration/migration_generator.rb