libftdi-ruby 0.0.1 → 0.0.2
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.
- data/README.md +2 -0
- data/lib/ftdi/version.rb +1 -1
- data/libftdi-ruby.gemspec +4 -3
- metadata +19 -8
data/README.md
CHANGED
data/lib/ftdi/version.rb
CHANGED
data/libftdi-ruby.gemspec
CHANGED
|
@@ -7,9 +7,9 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.version = Ftdi::VERSION.dup
|
|
8
8
|
s.authors = ["Akzhan Abdulin"]
|
|
9
9
|
s.email = ["akzhan.abdulin@gmail.com"]
|
|
10
|
-
s.homepage = "http://github.com/
|
|
11
|
-
s.summary = %q{libftdi library
|
|
12
|
-
s.description = %q{libftdi library
|
|
10
|
+
s.homepage = "http://github.com/Undev/libftdi-ruby"
|
|
11
|
+
s.summary = %q{libftdi library bindings}
|
|
12
|
+
s.description = %q{libftdi library bindings to talk to FTDI chips}
|
|
13
13
|
|
|
14
14
|
s.rubyforge_project = "libftdi-ruby"
|
|
15
15
|
|
|
@@ -20,5 +20,6 @@ Gem::Specification.new do |s|
|
|
|
20
20
|
|
|
21
21
|
s.add_runtime_dependency "ffi", "~> 1.0"
|
|
22
22
|
s.add_development_dependency "yard", "~> 0.7.5"
|
|
23
|
+
s.add_development_dependency "redcarpet", "~> 1.17.2"
|
|
23
24
|
end
|
|
24
25
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: libftdi-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2012-04-11 00:00:00.000000000 Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: ffi
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &2156787020 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: '1.0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *2156787020
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: yard
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &2156802300 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ~>
|
|
@@ -32,8 +32,19 @@ dependencies:
|
|
|
32
32
|
version: 0.7.5
|
|
33
33
|
type: :development
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
36
|
-
|
|
35
|
+
version_requirements: *2156802300
|
|
36
|
+
- !ruby/object:Gem::Dependency
|
|
37
|
+
name: redcarpet
|
|
38
|
+
requirement: &2156801320 !ruby/object:Gem::Requirement
|
|
39
|
+
none: false
|
|
40
|
+
requirements:
|
|
41
|
+
- - ~>
|
|
42
|
+
- !ruby/object:Gem::Version
|
|
43
|
+
version: 1.17.2
|
|
44
|
+
type: :development
|
|
45
|
+
prerelease: false
|
|
46
|
+
version_requirements: *2156801320
|
|
47
|
+
description: libftdi library bindings to talk to FTDI chips
|
|
37
48
|
email:
|
|
38
49
|
- akzhan.abdulin@gmail.com
|
|
39
50
|
executables: []
|
|
@@ -50,7 +61,7 @@ files:
|
|
|
50
61
|
- lib/ftdi/version.rb
|
|
51
62
|
- libftdi-ruby.gemspec
|
|
52
63
|
- test.rb
|
|
53
|
-
homepage: http://github.com/
|
|
64
|
+
homepage: http://github.com/Undev/libftdi-ruby
|
|
54
65
|
licenses: []
|
|
55
66
|
post_install_message:
|
|
56
67
|
rdoc_options: []
|
|
@@ -73,6 +84,6 @@ rubyforge_project: libftdi-ruby
|
|
|
73
84
|
rubygems_version: 1.8.15
|
|
74
85
|
signing_key:
|
|
75
86
|
specification_version: 3
|
|
76
|
-
summary: libftdi library
|
|
87
|
+
summary: libftdi library bindings
|
|
77
88
|
test_files: []
|
|
78
89
|
has_rdoc:
|