attributary 0.1.4 → 0.1.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1190641b6ffb55723ee8b6dd0f609d118401ce65
4
- data.tar.gz: 457ed2b996317eadcc8fb6f69a0b3afa6f39621b
3
+ metadata.gz: d3dc4a98204e1c8d9d654420c3c5066ba025ec21
4
+ data.tar.gz: 42069a8885d1877629218952e52c5248099f1cc1
5
5
  SHA512:
6
- metadata.gz: 43e610ac006d26a6f4925fd73d7fea45bcfaf3a4ed07f268e6656f3be91206515bc27d0cf750e2bbdd229674fa71b602dab30909a64c152d14be1fada0829929
7
- data.tar.gz: 5e7a9183f0184160c99ff4762ae2a95161339308a866735f8f7581e17a8141c65d3eb64618d1ad3f0800984ea9b9cd3224f445427a5e3e49464aa6edf2ef1a5b
6
+ metadata.gz: efd9f28b3e4cfeaaa8523fce7968c4aa825d4090bdb2c1f2ece847972a63288bd67eba732f23dee40d12ca0494c0db9c15ff5fa7eb48361ca986a9925a780a3d
7
+ data.tar.gz: 531b078d8aa7d90a0cb66b8d09e15cf4484775cedcacdefd536836971289365f1110fa9842de08324a6f1ffa885eb461c81c244d77e601e998428fd61276d291
data/.gitignore CHANGED
@@ -7,4 +7,5 @@
7
7
  /pkg/
8
8
  /spec/reports/
9
9
  /tmp/
10
- *.gem
10
+ *.gem
11
+ .DS_Store
@@ -1,3 +1,3 @@
1
1
  module Attributary
2
- VERSION = '0.1.4'.freeze
2
+ VERSION = '0.1.5'.freeze
3
3
  end
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
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
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
7
-
8
- # Do any other automated setup that you need to do here
data/lib/.DS_Store DELETED
Binary file
Binary file