one_signal 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 6cdac171f3266216aedfc89466560eb137a73d96
4
+ data.tar.gz: 15d21a8785881d4a8c2df3c95ccade66f63dfd28
5
+ SHA512:
6
+ metadata.gz: 3af040a65bb0e7b2fc92e08ca983cbe72535d030bd4390ea3d4b01244a126df86e97af302d272b5aff224f14b891e7ff361543bc153b721464bfdff57a1cc2ce
7
+ data.tar.gz: 8a72e1cb2ef5dd4f8a787366fc2aa89b225b9550ee260e93a8e106c5a79944de91d701c4ddb06f3d3fc13cc66369b9358b2b395cae0a685104d0adcf6575b44b
data/.gitignore ADDED
@@ -0,0 +1,37 @@
1
+ *.gem
2
+ *.rbc
3
+ /.config
4
+ /coverage/
5
+ /InstalledFiles
6
+ /pkg/
7
+ /spec/reports/
8
+ /test/tmp/
9
+ /test/version_tmp/
10
+ /tmp/
11
+
12
+ ## Specific to RubyMotion:
13
+ .dat*
14
+ .repl_history
15
+ build/
16
+
17
+ ## Documentation cache and generated files:
18
+ /.yardoc/
19
+ /_yardoc/
20
+ /doc/
21
+ /rdoc/
22
+
23
+ ## Environment normalisation:
24
+ /.bundle/
25
+ /vendor/bundle
26
+ /lib/bundler/man/
27
+
28
+ # for a library or gem, you might want to ignore these files since the code is
29
+ # intended to run in multiple environments; otherwise, check them in:
30
+ Gemfile.lock
31
+ .ruby-version
32
+ .ruby-gemset
33
+
34
+ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
35
+ .rvmrc
36
+
37
+ .env
data/Gemfile ADDED
@@ -0,0 +1,3 @@
1
+ source "https://rubygems.org"
2
+
3
+ gemspec