iqvoc_compound_forms 1.0.1 → 1.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/.gitignore CHANGED
@@ -1,7 +1,7 @@
1
- /Gemfile.lock
2
1
  /.bundle
3
2
  /log
4
3
  /tmp
5
4
  /db/*.sqlite
6
5
  /config/database.yml
7
6
  /config/initializers/secret_token.rb
7
+ *.gem
data/Gemfile CHANGED
@@ -1,7 +1,7 @@
1
1
  source "http://rubygems.org"
2
2
 
3
- gem 'iqvoc', :path => '../iqvoc' # TODO: local path should be optional
4
- gem 'iqvoc_skosxl', :path => '../iqvoc_skosxl' # TODO: local path should be optional
3
+ gem 'iqvoc', '~> 3.3.3'
4
+ gem 'iqvoc_skosxl', '~> 1.1.3'
5
5
 
6
6
  group :development, :test do
7
7
  gem 'sqlite3'
data/Gemfile.lock ADDED
@@ -0,0 +1,122 @@
1
+ GEM
2
+ remote: http://rubygems.org/
3
+ specs:
4
+ actionmailer (3.1.3)
5
+ actionpack (= 3.1.3)
6
+ mail (~> 2.3.0)
7
+ actionpack (3.1.3)
8
+ activemodel (= 3.1.3)
9
+ activesupport (= 3.1.3)
10
+ builder (~> 3.0.0)
11
+ erubis (~> 2.7.0)
12
+ i18n (~> 0.6)
13
+ rack (~> 1.3.5)
14
+ rack-cache (~> 1.1)
15
+ rack-mount (~> 0.8.2)
16
+ rack-test (~> 0.6.1)
17
+ sprockets (~> 2.0.3)
18
+ activemodel (3.1.3)
19
+ activesupport (= 3.1.3)
20
+ builder (~> 3.0.0)
21
+ i18n (~> 0.6)
22
+ activerecord (3.1.3)
23
+ activemodel (= 3.1.3)
24
+ activesupport (= 3.1.3)
25
+ arel (~> 2.2.1)
26
+ tzinfo (~> 0.3.29)
27
+ activeresource (3.1.3)
28
+ activemodel (= 3.1.3)
29
+ activesupport (= 3.1.3)
30
+ activesupport (3.1.3)
31
+ multi_json (~> 1.0)
32
+ arel (2.2.1)
33
+ authlogic (3.1.0)
34
+ activerecord (>= 3.0.7)
35
+ activerecord (>= 3.0.7)
36
+ builder (3.0.0)
37
+ cancan (1.6.7)
38
+ erubis (2.7.0)
39
+ hike (1.2.1)
40
+ i18n (0.6.0)
41
+ iq_rdf (0.1.0)
42
+ builder
43
+ bundler
44
+ iqvoc (3.3.3)
45
+ authlogic
46
+ bundler
47
+ cancan
48
+ iq_rdf (~> 0.1.0)
49
+ json
50
+ kaminari
51
+ rails (~> 3.1.3)
52
+ rails_autolink
53
+ iqvoc_skosxl (1.1.4)
54
+ bundler
55
+ iqvoc
56
+ json (1.6.5)
57
+ kaminari (0.13.0)
58
+ actionpack (>= 3.0.0)
59
+ activesupport (>= 3.0.0)
60
+ railties (>= 3.0.0)
61
+ mail (2.3.0)
62
+ i18n (>= 0.4.0)
63
+ mime-types (~> 1.16)
64
+ treetop (~> 1.4.8)
65
+ mime-types (1.17.2)
66
+ multi_json (1.0.4)
67
+ polyglot (0.3.3)
68
+ rack (1.3.6)
69
+ rack-cache (1.1)
70
+ rack (>= 0.4)
71
+ rack-mount (0.8.3)
72
+ rack (>= 1.0.0)
73
+ rack-ssl (1.3.2)
74
+ rack
75
+ rack-test (0.6.1)
76
+ rack (>= 1.0)
77
+ rails (3.1.3)
78
+ actionmailer (= 3.1.3)
79
+ actionpack (= 3.1.3)
80
+ activerecord (= 3.1.3)
81
+ activeresource (= 3.1.3)
82
+ activesupport (= 3.1.3)
83
+ bundler (~> 1.0)
84
+ railties (= 3.1.3)
85
+ rails_autolink (1.0.4)
86
+ rails (>= 3.1.0)
87
+ railties (3.1.3)
88
+ actionpack (= 3.1.3)
89
+ activesupport (= 3.1.3)
90
+ rack-ssl (~> 1.3.2)
91
+ rake (>= 0.8.7)
92
+ rdoc (~> 3.4)
93
+ thor (~> 0.14.6)
94
+ rake (0.9.2.2)
95
+ rdoc (3.12)
96
+ json (~> 1.4)
97
+ spork (0.9.0.rc9)
98
+ spork-testunit (0.0.7)
99
+ spork (>= 0.6.0)
100
+ sprockets (2.0.3)
101
+ hike (~> 1.2)
102
+ rack (~> 1.0)
103
+ tilt (~> 1.1, != 1.3.0)
104
+ sqlite3 (1.3.5)
105
+ test-unit (2.4.5)
106
+ thor (0.14.6)
107
+ tilt (1.3.3)
108
+ treetop (1.4.10)
109
+ polyglot
110
+ polyglot (>= 0.3.1)
111
+ tzinfo (0.3.31)
112
+
113
+ PLATFORMS
114
+ ruby
115
+
116
+ DEPENDENCIES
117
+ iqvoc (~> 3.3.3)
118
+ iqvoc_skosxl (~> 1.1.3)
119
+ spork (~> 0.9.0.rc)
120
+ spork-testunit
121
+ sqlite3
122
+ test-unit
@@ -1,5 +1,5 @@
1
1
  module Iqvoc
2
2
  module CompoundForms
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iqvoc_compound_forms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -15,7 +15,7 @@ date: 2012-01-16 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rails
18
- requirement: &70212432428360 !ruby/object:Gem::Requirement
18
+ requirement: &70120934922880 !ruby/object:Gem::Requirement
19
19
  none: false
20
20
  requirements:
21
21
  - - ~>
@@ -23,10 +23,10 @@ dependencies:
23
23
  version: 3.1.3
24
24
  type: :runtime
25
25
  prerelease: false
26
- version_requirements: *70212432428360
26
+ version_requirements: *70120934922880
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: iqvoc
29
- requirement: &70212432426900 !ruby/object:Gem::Requirement
29
+ requirement: &70120934922460 !ruby/object:Gem::Requirement
30
30
  none: false
31
31
  requirements:
32
32
  - - ! '>='
@@ -34,10 +34,10 @@ dependencies:
34
34
  version: '0'
35
35
  type: :runtime
36
36
  prerelease: false
37
- version_requirements: *70212432426900
37
+ version_requirements: *70120934922460
38
38
  - !ruby/object:Gem::Dependency
39
39
  name: iqvoc_skosxl
40
- requirement: &70212432424500 !ruby/object:Gem::Requirement
40
+ requirement: &70120934916100 !ruby/object:Gem::Requirement
41
41
  none: false
42
42
  requirements:
43
43
  - - ! '>='
@@ -45,7 +45,7 @@ dependencies:
45
45
  version: '0'
46
46
  type: :runtime
47
47
  prerelease: false
48
- version_requirements: *70212432424500
48
+ version_requirements: *70120934916100
49
49
  description: ''
50
50
  email:
51
51
  - robert.glaser@innoq.com
@@ -55,6 +55,7 @@ extra_rdoc_files: []
55
55
  files:
56
56
  - .gitignore
57
57
  - Gemfile
58
+ - Gemfile.lock
58
59
  - README.md
59
60
  - Rakefile
60
61
  - app/assets/javascripts/iqvoc_compound_forms/compound_forms.js