lulu 0.0.2

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,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ Y2E5ZGRjNDExMGVlYWQwNjUyNzYzYmFhNWFlNTU1OTVkZWM0ZjY5OA==
5
+ data.tar.gz: !binary |-
6
+ MGQ2NDZjZTk5Njc1NzE4OWM5ZDJiNmNkZDAwNTlkNjMzYWY4NmJkZg==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ NTkzODkzOTUxNGIyYjY2OTNjMmUxYjA3MTI0MDUxNDU4MDEwMzJjYTcxMzU5
10
+ NTVhZmVkNjZjMzMyYzIyYjVmOTUzZjM2MmVhMTZjNWI0MTIzYmI2MTcwYmNh
11
+ NjE5MzU5NDVmNTRhMjQwN2JmZjJhMDQ0MGUwMTgxNjYxYzVlYTU=
12
+ data.tar.gz: !binary |-
13
+ MWVjNjUxNTgwZGJiNjVkYWMyZWY3NWVmMDUxY2ZkOWQzMWRiNDYxNWZkNzlj
14
+ MWZmZTQyMDU5MmM1Nzk2ZGFmOTk5ZGEzYWI0MDAwNTRjOGFiNWVlMDY5YzY5
15
+ NDk4Mzc4ZjIyNWU3ZjljZWRmNGNjNTFlOWZhOGE4ZGQwODVjYmM=
data/.gitignore ADDED
@@ -0,0 +1,22 @@
1
+ *.gem
2
+ *.rbc
3
+ *.o
4
+ *.d
5
+ .bundle
6
+ .config
7
+ .yardoc
8
+ .idea/
9
+ .DS_Store
10
+ profile.*
11
+ Gemfile.lock
12
+ InstalledFiles
13
+ _yardoc
14
+ coverage
15
+ doc/
16
+ lib/bundler/man
17
+ pkg
18
+ rdoc
19
+ spec/reports
20
+ test/tmp
21
+ test/version_tmp
22
+ tmp
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in lulu.gemspec
4
+ gemspec