learn_create 0.0.15 → 0.0.17

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
  SHA256:
3
- metadata.gz: 7653f2c9c2f5a168cdb16206af76f5384fffbdb8e36db927a76f94ca0997fbd2
4
- data.tar.gz: 31297af7824701918985010d7319dab6b9cc3af001053eb91a8d86a75b6b2940
3
+ metadata.gz: 6281e8950aaa1cc0475036ea1b56ed36c1ea23bfed2dd84992d3f0fccac74c2f
4
+ data.tar.gz: 1620b577bdb404aa2d0a03c008d77ac5435f0d5cda2ce8b075bc809b6426065b
5
5
  SHA512:
6
- metadata.gz: d190fd96db3144a3d4bfe3d99305fcc634c7231ee39c9f31f09206b70a144d2061c05f666a2dfaa064d31f423aaa6fd5f3369fb2be6a145c6b190be5b59086a1
7
- data.tar.gz: c6138a67e88568b3465265d5189af6b0828021ce88eb8f51d3e2863b48089f33fc645437afde1653e88b0c83bcb4138a58bd6bd4b9f97160a2f18e346f685f39
6
+ metadata.gz: c4c9855a14de130217b029fb7bdbd30491b5c3dc50f922b032f49202479609bc2629ea018a0581c4af125a80657f9daaac2ba1761b4c8ed37b7671e2b3aa3017
7
+ data.tar.gz: 5a7b299693260a753839f17c7b95938d8f19d67e0b3a2533823eac00e21bf4c2d797ea1be8c9589c85be12221a20f06a78823edba44cc634fb3b6d4f33eeab47
data/Gemfile CHANGED
@@ -2,6 +2,8 @@ source "https://rubygems.org"
2
2
 
3
3
  git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
4
 
5
+ ruby "2.5.1"
6
+
5
7
  gem 'json'
6
8
  gem 'require_all'
7
9
  gem 'odyssey'
@@ -1,7 +1,8 @@
1
1
  require 'bundler'
2
2
  Bundler.require
3
3
  require 'yaml'
4
- require_relative '../lib/example.rb'
4
+ CREATED_FILES = Dir.glob(File.join(File.dirname(__FILE__), '..', 'lib', '*.rb'))
5
+ CREATED_FILES.each{ |f| require f }
5
6
 
6
7
  # This file was generated by the `rspec --init` command. Conventionally, all
7
8
  # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: learn_create
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - flatironschool
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-11 00:00:00.000000000 Z
11
+ date: 2018-11-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: maxwell@flatironschool.com