SSD1306 0.5.0 → 0.5.1
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 +4 -4
- data/SSD1306.gemspec +0 -2
- data/lib/SSD1306/version.rb +1 -1
- metadata +3 -7
- data/bin/console +0 -14
- data/bin/setup +0 -8
- data/exe/SSD1306 +0 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 583cb9ed975a035e3082a3e202c9d56185a81e17
|
|
4
|
+
data.tar.gz: 3fe907a1f54d4efcd0045a0c6ee661b965a3bef1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 36c323bdd3b0388031b3cf541f6ad14d481c9c8326d765e8728cf0d6ae6cf6e0328d2066859a2fa58c8d1dda1054d4d55a13c8dcf2549094367b8f8f42feb8f6
|
|
7
|
+
data.tar.gz: 28b38ecf423ac8c0136c4a85252372f482daf14df3178e7287114c4bd048f1e88cafdd83ac3534c6dd9e69e34852f5fbb61a0ccbf467ce9d6ef46f6a2e60a4f4
|
data/SSD1306.gemspec
CHANGED
|
@@ -23,8 +23,6 @@ Gem::Specification.new do |spec|
|
|
|
23
23
|
# end
|
|
24
24
|
|
|
25
25
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
26
|
-
spec.bindir = "exe"
|
|
27
|
-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
28
26
|
spec.require_paths = ["lib"]
|
|
29
27
|
|
|
30
28
|
spec.add_development_dependency "bundler", "~> 1.11"
|
data/lib/SSD1306/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: SSD1306
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Xavier Bick
|
|
8
8
|
autorequire:
|
|
9
|
-
bindir:
|
|
9
|
+
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2016-04-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
@@ -85,8 +85,7 @@ description: Use this library to interface to an SSD1306 OLED via I2C or SPI. I
|
|
|
85
85
|
I2C or SPI.
|
|
86
86
|
email:
|
|
87
87
|
- fxb9500@gmail.com
|
|
88
|
-
executables:
|
|
89
|
-
- SSD1306
|
|
88
|
+
executables: []
|
|
90
89
|
extensions: []
|
|
91
90
|
extra_rdoc_files: []
|
|
92
91
|
files:
|
|
@@ -96,9 +95,6 @@ files:
|
|
|
96
95
|
- README.md
|
|
97
96
|
- Rakefile
|
|
98
97
|
- SSD1306.gemspec
|
|
99
|
-
- bin/console
|
|
100
|
-
- bin/setup
|
|
101
|
-
- exe/SSD1306
|
|
102
98
|
- lib/SSD1306.rb
|
|
103
99
|
- lib/SSD1306/cursor.rb
|
|
104
100
|
- lib/SSD1306/display.rb
|
data/bin/console
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env ruby
|
|
2
|
-
|
|
3
|
-
require "bundler/setup"
|
|
4
|
-
require "SSD1306"
|
|
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
|
data/bin/setup
DELETED
data/exe/SSD1306
DELETED