easy_set 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 288f4ad462e4af2a18034367a014bd840ed6be28
4
- data.tar.gz: f36c05d72df78b6297d0b57d6d5fc8e1e9134ed5
3
+ metadata.gz: 1b8a5ce9999f29bda293d53886c8dc4db96bde63
4
+ data.tar.gz: f7f3806ba1deeacda07adc605cf67b32098ebe1d
5
5
  SHA512:
6
- metadata.gz: 60316e59dbb04db530d788387d4d9f0ef4a0ca47c0a8dd059463569348e8c384979b68f720f7fbac79ba27bf2a6cd634cce53aff50e056aa7fe1e4bd8379eef5
7
- data.tar.gz: a834725a75bf313742db873bd278f9a5dbaa60fdb41f92ef24dcdc9831daf770533651fb40b7566ef8246fc34db5575351f980098e33e986c84db4faa0079505
6
+ metadata.gz: dfa5d316eceef6504bf01a14302ed98da1e03071fbde7eb9544885999040ca030ab406ccf085b2c032b8d63553da6220c3c2b12965872b5699767b47ccf48d9d
7
+ data.tar.gz: 9f580adadc068a425f492ba2bf065eb191a9ea63a8992265afe7250f87c1742b9c5d01999f9813f4b78e65527fd3a161ba3e9cd41b5302b7e9f9de583123dc35
data/README.md CHANGED
@@ -1,9 +1,4 @@
1
1
  # EasySet
2
-
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/easy_set`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
6
-
7
2
  ## Installation
8
3
 
9
4
  Add this line to your application's Gemfile:
@@ -1,3 +1,3 @@
1
1
  module EasySet
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/lib/easy_set.rb CHANGED
@@ -1,4 +1,4 @@
1
- require "./easy_set/version"
1
+ require_relative "./easy_set/version"
2
2
 
3
3
  require 'yaml'
4
4
  module Easy_Set
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy_set
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Becker
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-11-30 00:00:00.000000000 Z
11
+ date: 2016-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler