boards 0.1.1.2 → 0.1.1.3

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: 0eafce8f2d023b17b53aab9438a34da1b3447d055d041798b0f5e734c50e905d
4
- data.tar.gz: 04702eaa47247fa4493f90f5cefccdf8a7f25ac5c6591100b92881447a91c3e5
3
+ metadata.gz: d56c522c9234992a0166d4b19e3e18ae13040eb4d0435bf1eecb7ca39bec9f1d
4
+ data.tar.gz: 3eb130eeeed0c5001f40115d4c7f7dba70c35c272d955556274804b9ba7074fe
5
5
  SHA512:
6
- metadata.gz: ecfafa660bec1b88f04ecd79f52f1ecb0f9a822bf56fcfb6a41bc51923233b04b1f5f741e59759fbb009de153cf1eeb34aca743607f6410c745660cc59a4f697
7
- data.tar.gz: fb86e79b447ff0dae8b2292172427834fed6eda225e3129ca4b2f2b09af5d9ddbe70280191aa8d90159a66282b02046fecf8633c57b51230a1735a32599057d3
6
+ metadata.gz: e2aabf47286b5420a6a778c790ddd4632eb5400b09f837ad672becaa33433738cd1245441c0f3a1e92b84a4c2c747c773d3ee73bcfd1655bde22634fc52c988a
7
+ data.tar.gz: c1df1b5c10723d11ebf7695086f634d1a483f57789139f7003369951a409a5987301456421f6514c3460b2b646e7253290168868458e35c524ad6cd40ec452cb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- boards (0.1.1.2)
4
+ boards (0.1.1.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  The goal is to create a gem that facilitates the remote programming of Raspberry Pis. In particular - to develop a user friendly rubyesque DSL to describe the setup of a Raspberry Pi board.
4
4
 
5
- [![Gem Version](https://badge.fury.io/rb/boards.svg)](https://badge.fury.io/rb/boards)
6
-
7
5
  ## Installation
8
6
 
9
7
  Add this line to your application's Gemfile:
@@ -1,5 +1,5 @@
1
1
  require "thor"
2
- require "boards/new_project"
2
+ require "boards/version"
3
3
  module Boards
4
4
  class NewProject < Thor::Group
5
5
  include Thor::Actions
@@ -1,3 +1,3 @@
1
1
  module Boards
2
- VERSION = "0.1.1.2"
2
+ VERSION = "0.1.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boards
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.2
4
+ version: 0.1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Irial O'Sullivan