menu_juli 0.2.0 → 0.3.0

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
  SHA256:
3
- metadata.gz: 22235c39d935e9a11b000543876ba60ae5039bc53617ec99d390a34873f6449a
4
- data.tar.gz: 326f1eac1d843cc0c214b3a317b5dfe607e3bf3bd650ccada1c7dcdae56028e4
3
+ metadata.gz: 272143f8d94bbaa015036285f23867d4813fac054490c688d8c173bfc4cf32d7
4
+ data.tar.gz: 974df5d4af984338d3fc914eb2057e13e699f331c2412733f2ce57fc7a81e0c8
5
5
  SHA512:
6
- metadata.gz: b23c454e4bf45628cb0613899b1e75aa76efc06aea18fa2581abfc591975abfe77c10a22fb1990ed2f98c1fe5e2a04ae3aa224bab8368258997c1939d03868de
7
- data.tar.gz: 03704bf068207e642c015785335ac7755aaab898cc348f56430af9144dfc73f120aff17606be6b4785e7a5e0e24e6fd179627a87788876aa21b32936a19a0bd7
6
+ metadata.gz: 33d8afdaa2e211eaddfdda608a7f741f35346a6ca9135b0d2fbd858e756c239b91fd66c1e0232c29e8666fef214808f8a9b1e1aa19fbac053d79a3b94555548a
7
+ data.tar.gz: 412d46ff61902ad8729794d49a9c47574bd295ff89ee984ccd206ccd1f3d0c5e1f34b575c99e562997e5b8b871c8515b26be55d3be551ae6af4a9c73e981e587
data/.gitignore CHANGED
@@ -7,5 +7,5 @@
7
7
  /spec/reports/
8
8
  /tmp/
9
9
 
10
- # rspec failure tracking
10
+ # rspec failure tracking
11
11
  .rspec_status
data/.rspec CHANGED
@@ -1,3 +1,4 @@
1
1
  --format documentation
2
2
  --color
3
3
  --require spec_helper
4
+
data/.travis.yml CHANGED
@@ -7,3 +7,4 @@ rvm:
7
7
 
8
8
  before_install: gem install bundler -v 1.17.1
9
9
 
10
+
data/Gemfile CHANGED
@@ -2,7 +2,7 @@ source "https://rubygems.org"
2
2
 
3
3
  git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
4
 
5
- # Specify your gem's dependencies in prct06.gemspec
5
+ # Specify your gem's dependencies in prct06.gemspec
6
6
  gem 'yard'
7
7
  gem 'coveralls', require: false
8
8
  gemspec
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- prct06 (0.1.0)
4
+ menu_juli (0.2.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -88,10 +88,10 @@ DEPENDENCIES
88
88
  guard
89
89
  guard-bundler
90
90
  guard-rspec
91
- prct06!
91
+ menu_juli!
92
92
  rake (~> 10.0)
93
93
  rspec (~> 3.0)
94
94
  yard
95
95
 
96
96
  BUNDLED WITH
97
- 1.17.1
97
+ 1.17.3
data/Guardfile CHANGED
@@ -11,7 +11,7 @@
11
11
  #
12
12
  # $ mkdir config
13
13
  # $ mv Guardfile config/
14
- # $ ln -s config/Guardfile .
14
+ # $ ln -s config/Guardfile .
15
15
  #
16
16
  # and, you'll have to watch "config/Guardfile" instead of "Guardfile"
17
17
 
data/Rakefile CHANGED
@@ -17,7 +17,7 @@ task :doc do
17
17
  end
18
18
 
19
19
  YARD::Rake::YardocTask.new do |t|
20
- t.files = ['lib/**/*.rb'] # optional
20
+ t.files = ['lib/**/*.rb'] # optional
21
21
  t.options = ['--any', '--extra', '--opts'] # optional
22
22
  t.stats_options = ['--list-undoc'] # optional
23
23
  end
data/bin/console CHANGED
@@ -6,7 +6,7 @@ require "prct06"
6
6
  # You can add fixtures and/or initialization code here to make experimenting
7
7
  # with your gem easier. You can also use a different console, if you like.
8
8
 
9
- # (If you use this, don't forget to add pry to your Gemfile!)
9
+ # (If you use this, don't forget to add pry to your Gemfile!)#
10
10
  # require "pry"
11
11
  # Pry.start
12
12
 
data/bin/setup CHANGED
@@ -5,4 +5,4 @@ set -vx
5
5
 
6
6
  bundle install
7
7
 
8
- # Do any other automated setup that you need to do here
8
+ # Do any other automated setup that you need to do here
@@ -5,5 +5,5 @@
5
5
  #
6
6
  class VERSION end
7
7
  module Prct06
8
- VERSION = "0.2.0"
8
+ VERSION = "0.3.0"
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: menu_juli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Herrdum