class-action 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: 15d11311c878ea8b12e8814df141799f8f848650
4
+ data.tar.gz: 13b865f9ded36ccff087faaaab5e910fad45515e
5
+ SHA512:
6
+ metadata.gz: 95a7f24f41a2e6b14db13d23ecd5b776a6de2d65cb7f1fcece692ab79ae53a48a70e65c0a754736aad44596ba7e616f0365b1f14005a550edacfa57f4dcb2509
7
+ data.tar.gz: 39e2c284daa56bb1d33f573abe483cc661ec5b6e89108031bfbea315695db13c6da8f9cee3b0e19102023a8dd7060f21befd71467de1ac2e9f06f9d7e002251e
data/.gitignore ADDED
@@ -0,0 +1,17 @@
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
data/.ruby-gemset ADDED
@@ -0,0 +1 @@
1
+ flux
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ ruby-2.0.0-p247
@@ -0,0 +1,10 @@
1
+ {
2
+ "folders":
3
+ [
4
+ {
5
+ "path": "/Users/joost/Work/Flux/class-action",
6
+ "folder_exclude_patterns": [ "log", "tmp", "doc", ".yardoc", "tools", "coverage", ".zeus*" ],
7
+ "file_exclude_patterns": [ "*.sublime-workspace", "*.tmproj", "Gemfile.lock", ".*" ]
8
+ }
9
+ ]
10
+ }