wordcram 1.0.0 → 1.0.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.
@@ -1,3 +1,3 @@
1
1
  class Wordcram
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,79 +1,61 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wordcram
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 1.0.0
4
+ version: 1.0.1
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Gonzalo Rodriguez-Baltanas Diaz
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-09-13 00:00:00.000000000 +02:00
13
- default_executable:
12
+ date: 2011-09-13 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: ruby-processing
17
- version_requirements: &2070 !ruby/object:Gem::Requirement
16
+ requirement: &70181594466680 !ruby/object:Gem::Requirement
17
+ none: false
18
18
  requirements:
19
19
  - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
21
  version: '0'
22
- none: false
23
- requirement: *2070
24
- prerelease: false
25
22
  type: :runtime
23
+ prerelease: false
24
+ version_requirements: *70181594466680
26
25
  description: A wrapper for the WordCram java library
27
26
  email: siotopo@gmail.com
28
27
  executables: []
29
28
  extensions: []
30
29
  extra_rdoc_files: []
31
30
  files:
32
- - lib/wordcram.rb
33
31
  - lib/wordcram/placer.rb
34
32
  - lib/wordcram/sketch.rb
33
+ - lib/wordcram/styles/styles.rb
35
34
  - lib/wordcram/version.rb
36
35
  - lib/wordcram/wordcram.rb
37
- - lib/wordcram/styles/styles.rb
38
- - vendor/cue.language.jar
39
- - vendor/jsoup-1.3.3.jar
40
- - vendor/mockito-all-1.8.5.jar
41
- - vendor/WordCram.jar
42
- - vendor/ant-googlecode/ant-googlecode-0.0.2.jar
43
- - vendor/junit/junit-4.8.2.jar
44
- - vendor/junit/junit-dep-4.8.2.jar
45
- - vendor/processing/core.jar
46
- - vendor/processing/itext.jar
47
- - vendor/processing/pdf.jar
48
- - vendor/svnant/ganymed.jar
49
- - vendor/svnant/svnant.jar
50
- - vendor/svnant/svnClientAdapter.jar
51
- - vendor/svnant/svnjavahl.jar
52
- - vendor/svnant/svnkit.jar
53
- has_rdoc: true
36
+ - lib/wordcram.rb
54
37
  homepage: https://github.com/Nerian/s9-e1
55
38
  licenses: []
56
- post_install_message:
39
+ post_install_message:
57
40
  rdoc_options: []
58
41
  require_paths:
59
42
  - lib
60
43
  required_ruby_version: !ruby/object:Gem::Requirement
44
+ none: false
61
45
  requirements:
62
46
  - - ! '>='
63
47
  - !ruby/object:Gem::Version
64
48
  version: '0'
65
- none: false
66
49
  required_rubygems_version: !ruby/object:Gem::Requirement
50
+ none: false
67
51
  requirements:
68
52
  - - ! '>='
69
53
  - !ruby/object:Gem::Version
70
54
  version: '0'
71
- none: false
72
55
  requirements: []
73
- rubyforge_project:
74
- rubygems_version: 1.5.1
75
- signing_key:
56
+ rubyforge_project:
57
+ rubygems_version: 1.8.10
58
+ signing_key:
76
59
  specification_version: 3
77
60
  summary: Create cool Word Clouds programatically
78
61
  test_files: []
79
- ...
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file