bae 0.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 4184eb7a5632271cf3c4ca2b8f44a47351027058
4
+ data.tar.gz: b3b84d5ed0aca936a95b602015b929b32b990fb1
5
+ SHA512:
6
+ metadata.gz: 1734b128dcccfc3229bb3c0d0226d598eea392a4f79986e8a9983f401f37113950e84b9a0fb1d297a7623709dc2109fa0cbccd90361a677f2bd3b757be876e15
7
+ data.tar.gz: ae9c7adf6237e6c3451bfcf7813c56cc250acb21f20bee5baa4d8014c9ec5204f0417b38b27e32a57b80575b11620f75068678a420df7a359da3cf5dc0dae404
data/.gitignore ADDED
@@ -0,0 +1,26 @@
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ .yardoc
6
+ Gemfile.lock
7
+ InstalledFiles
8
+ _yardoc
9
+ coverage
10
+ doc/
11
+ lib/bundler/man
12
+ pkg
13
+ rdoc
14
+ spec/reports
15
+ test/tmp
16
+ test/version_tmp
17
+ tmp
18
+ *.bundle
19
+ *.so
20
+ *.o
21
+ *.a
22
+ mkmf.log
23
+
24
+ .idea
25
+ bae.iml
26
+ out
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in bae.gemspec
4
+ gemspec