attributary 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +2 -1
- data/lib/attributary/version.rb +1 -1
- metadata +1 -5
- data/bin/console +0 -14
- data/bin/setup +0 -8
- data/lib/.DS_Store +0 -0
- data/lib/attributary/.DS_Store +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d3dc4a98204e1c8d9d654420c3c5066ba025ec21
|
4
|
+
data.tar.gz: 42069a8885d1877629218952e52c5248099f1cc1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: efd9f28b3e4cfeaaa8523fce7968c4aa825d4090bdb2c1f2ece847972a63288bd67eba732f23dee40d12ca0494c0db9c15ff5fa7eb48361ca986a9925a780a3d
|
7
|
+
data.tar.gz: 531b078d8aa7d90a0cb66b8d09e15cf4484775cedcacdefd536836971289365f1110fa9842de08324a6f1ffa885eb461c81c244d77e601e998428fd61276d291
|
data/.gitignore
CHANGED
data/lib/attributary/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: attributary
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Brody
|
@@ -80,11 +80,7 @@ files:
|
|
80
80
|
- README.md
|
81
81
|
- Rakefile
|
82
82
|
- attributary.gemspec
|
83
|
-
- bin/console
|
84
|
-
- bin/setup
|
85
|
-
- lib/.DS_Store
|
86
83
|
- lib/attributary.rb
|
87
|
-
- lib/attributary/.DS_Store
|
88
84
|
- lib/attributary/all.rb
|
89
85
|
- lib/attributary/config.rb
|
90
86
|
- lib/attributary/core_ext.rb
|
data/bin/console
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
require 'bundler/setup'
|
4
|
-
require 'attributary'
|
5
|
-
|
6
|
-
# You can add fixtures and/or initialization code here to make experimenting
|
7
|
-
# with your gem easier. You can also use a different console, if you like.
|
8
|
-
|
9
|
-
# (If you use this, don't forget to add pry to your Gemfile!)
|
10
|
-
# require "pry"
|
11
|
-
# Pry.start
|
12
|
-
|
13
|
-
require 'irb'
|
14
|
-
IRB.start(__FILE__)
|
data/bin/setup
DELETED
data/lib/.DS_Store
DELETED
Binary file
|
data/lib/attributary/.DS_Store
DELETED
Binary file
|