flipper-pro 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README.md +1 -0
- data/Rakefile +3 -0
- data/lib/flipper/pro.rb +1 -0
- metadata +46 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 69fc01114151129a9398fcb1fecf7a0eca89286fd6e780d263a365aae9ed25df
|
4
|
+
data.tar.gz: d533c4a8da1885d4b05f646e7e1b8c624dd5c084362e00c7c4cf1a39f710c78c
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 47e9f3f79d2d896973d867c34e2dfd3bf64cb2b7ae8896c11495d02f7d39c4782225224572838380f21c2fa070178ae613a9469cc9daddf3ef0501f946e5bd4f
|
7
|
+
data.tar.gz: 8d445956275dcb61cf71464cef9d4d947015ec1325cb429628a4a94bbd7fcdc8a6473385eb3524e16606a23226538745e832eb2d8399a52f4dc716f7b05c45ca
|
data/README.md
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
This is not the real flipper-pro gem. [Go here to find the real one](https://www.flippercloud.io/pro).
|
data/Rakefile
ADDED
data/lib/flipper/pro.rb
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
raise "You have installed the wrong flipper-pro gem. See https://www.flippercloud.io/pro to find the real one."
|
metadata
ADDED
@@ -0,0 +1,46 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: flipper-pro
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Flipper Cloud
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2024-03-07 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description:
|
14
|
+
email:
|
15
|
+
- support@flippercloud.io
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- README.md
|
21
|
+
- Rakefile
|
22
|
+
- lib/flipper/pro.rb
|
23
|
+
homepage: https://www.flippercloud.io/pro
|
24
|
+
licenses: []
|
25
|
+
metadata:
|
26
|
+
homepage_uri: https://www.flippercloud.io/pro
|
27
|
+
post_install_message:
|
28
|
+
rdoc_options: []
|
29
|
+
require_paths:
|
30
|
+
- lib
|
31
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
32
|
+
requirements:
|
33
|
+
- - ">="
|
34
|
+
- !ruby/object:Gem::Version
|
35
|
+
version: '0'
|
36
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
41
|
+
requirements: []
|
42
|
+
rubygems_version: 3.4.10
|
43
|
+
signing_key:
|
44
|
+
specification_version: 4
|
45
|
+
summary: A placeholder to prevent you from installing the wrong flipper-pro gem
|
46
|
+
test_files: []
|