defstr 0.1.0 → 0.1.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.
Files changed (5) hide show
  1. data/History.txt +5 -0
  2. data/README.txt +8 -1
  3. data/Rakefile +3 -0
  4. data/lib/defstr.rb +1 -1
  5. metadata +12 -2
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
1
  === 0.1.0 / 2008-12-05
2
2
 
3
3
  * Initial Release
4
+
5
+ === 0.1.1 / 2008-12-07
6
+
7
+ * Minor documentation fix.
8
+ * Add hoe-1.7.0 as a development dependency.
data/README.txt CHANGED
@@ -1,6 +1,7 @@
1
1
  = defstr
2
2
 
3
- * http://lab.moekaku.com/code/defstr/
3
+ * http://defstr.rubyforge.org/
4
+ * http://rubyforge.org/projects/defstr/
4
5
 
5
6
  == DESCRIPTION:
6
7
 
@@ -82,6 +83,12 @@ will write the following text:
82
83
  "
83
84
 
84
85
  to vertex_program_string.h
86
+
87
+ == Requirements:
88
+
89
+ === For Development:
90
+
91
+ * hoe >= 1.7.0
85
92
 
86
93
  == INSTALL:
87
94
 
data/Rakefile CHANGED
@@ -7,6 +7,9 @@ require './lib/defstr.rb'
7
7
  Hoe.new('defstr', Defstr::VERSION) do |p|
8
8
  p.developer('dragonmeteor', 'dragonmeteor@gmail.com')
9
9
  p.remote_rdoc_dir = '' # Release to root
10
+ p.extra_dev_deps = [
11
+ ['hoe', ">= 1.7.0"]
12
+ ]
10
13
  p.clean_globs = ["test/actual/*"]
11
14
  end
12
15
 
data/lib/defstr.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Defstr
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
 
4
4
  # Turn the given string to
5
5
  # a C string literal that
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: defstr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - dragonmeteor
@@ -12,6 +12,16 @@ cert_chain: []
12
12
  date: 2008-12-07 00:00:00 +07:00
13
13
  default_executable:
14
14
  dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: hoe
17
+ type: :development
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 1.7.0
24
+ version:
15
25
  - !ruby/object:Gem::Dependency
16
26
  name: hoe
17
27
  type: :development
@@ -46,7 +56,7 @@ files:
46
56
  - test/print_program.c
47
57
  - test/program.c
48
58
  has_rdoc: true
49
- homepage: http://lab.moekaku.com/code/defstr/
59
+ homepage: http://defstr.rubyforge.org/
50
60
  post_install_message:
51
61
  rdoc_options:
52
62
  - --main