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 CHANGED
@@ -1,2 +1,4 @@
1
1
  Ruby bindings for [libftdi](http://www.intra2net.com/en/developer/libftdi/index.php) - an open source library to talk to [FTDI](http://www.ftdichip.com/) chips.
2
2
 
3
+ You must install libftdi itself in addition to this gem.
4
+
data/lib/ftdi/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # libftdi ruby bindings.
2
2
  module Ftdi
3
3
  # Gem version.
4
- VERSION = "0.0.1".freeze
4
+ VERSION = "0.0.2".freeze
5
5
  end
6
6
 
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/akzhan/libftdi-ruby"
11
- s.summary = %q{libftdi library binding}
12
- s.description = %q{libftdi library binding to talk to FTDI chips}
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.1
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: &2153142340 !ruby/object:Gem::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: *2153142340
24
+ version_requirements: *2156787020
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: yard
27
- requirement: &2153157740 !ruby/object:Gem::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: *2153157740
36
- description: libftdi library binding to talk to FTDI chips
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/akzhan/libftdi-ruby
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 binding
87
+ summary: libftdi library bindings
77
88
  test_files: []
78
89
  has_rdoc: