caruby-small 1.1.2 → 1.1.3
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/Gemfile +5 -5
- data/History.md +4 -0
- data/lib/casmall/version.rb +1 -1
- metadata +1 -2
- data/Gemfile.lock +0 -106
data/Gemfile
CHANGED
@@ -5,11 +5,11 @@ group :development do
|
|
5
5
|
# Uncomment the following lines if there are local gem changes. Change the path option
|
6
6
|
# to your workspace location. Commit the changed Gemfile and Gemfile.lock to a git branch
|
7
7
|
# named 'local' rather than to the master branch. Do not check in the local change.
|
8
|
-
gem 'caruby-core', :path => File.dirname(__FILE__) + '/../core'
|
9
|
-
gem 'caruby-tissue', :path => File.dirname(__FILE__) + '/../tissue'
|
10
|
-
gem 'jinx', :path => File.dirname(__FILE__) + '/../../jinx/core'
|
11
|
-
gem 'jinx-migrate', :path => File.dirname(__FILE__) + '/../../jinx/migrate'
|
12
|
-
gem 'jinx-json', :path => File.dirname(__FILE__) + '/../../jinx/json'
|
8
|
+
#gem 'caruby-core', :path => File.dirname(__FILE__) + '/../core'
|
9
|
+
#gem 'caruby-tissue', :path => File.dirname(__FILE__) + '/../tissue'
|
10
|
+
#gem 'jinx', :path => File.dirname(__FILE__) + '/../../jinx/core'
|
11
|
+
#gem 'jinx-migrate', :path => File.dirname(__FILE__) + '/../../jinx/migrate'
|
12
|
+
#gem 'jinx-json', :path => File.dirname(__FILE__) + '/../../jinx/json'
|
13
13
|
gem 'caruby-small', :path => File.dirname(__FILE__)
|
14
14
|
end
|
15
15
|
|
data/History.md
CHANGED
data/lib/casmall/version.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: caruby-small
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 1.1.
|
5
|
+
version: 1.1.3
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- OHSU
|
@@ -111,7 +111,6 @@ extra_rdoc_files: []
|
|
111
111
|
files:
|
112
112
|
- .gitignore
|
113
113
|
- Gemfile
|
114
|
-
- Gemfile.lock
|
115
114
|
- History.md
|
116
115
|
- LEGAL
|
117
116
|
- LICENSE
|
data/Gemfile.lock
DELETED
@@ -1,106 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
caruby-small (1.1.2)
|
5
|
-
bundler
|
6
|
-
caruby-tissue (>= 2.1.4)
|
7
|
-
jruby-openssl
|
8
|
-
rack
|
9
|
-
sinatra
|
10
|
-
sinatra-authorization
|
11
|
-
|
12
|
-
PATH
|
13
|
-
remote: /Users/loneyf/workspace/caruby/core
|
14
|
-
specs:
|
15
|
-
caruby-core (2.1.3)
|
16
|
-
bundler
|
17
|
-
jinx (~> 2.1.1)
|
18
|
-
jinx-json (~> 2.1.1)
|
19
|
-
jinx-migrate (>= 2.1.1)
|
20
|
-
rdbi
|
21
|
-
|
22
|
-
PATH
|
23
|
-
remote: /Users/loneyf/workspace/caruby/tissue
|
24
|
-
specs:
|
25
|
-
caruby-tissue (2.1.5)
|
26
|
-
bundler
|
27
|
-
caruby-core (>= 2.1.1)
|
28
|
-
uom (>= 1.2.2)
|
29
|
-
|
30
|
-
PATH
|
31
|
-
remote: /Users/loneyf/workspace/jinx/core
|
32
|
-
specs:
|
33
|
-
jinx (2.1.3)
|
34
|
-
bundler
|
35
|
-
|
36
|
-
PATH
|
37
|
-
remote: /Users/loneyf/workspace/jinx/json
|
38
|
-
specs:
|
39
|
-
jinx-json (2.1.2)
|
40
|
-
bundler
|
41
|
-
jinx
|
42
|
-
json_pure
|
43
|
-
|
44
|
-
PATH
|
45
|
-
remote: /Users/loneyf/workspace/jinx/migrate
|
46
|
-
specs:
|
47
|
-
jinx-migrate (2.1.2)
|
48
|
-
bundler
|
49
|
-
fastercsv
|
50
|
-
rack
|
51
|
-
|
52
|
-
GEM
|
53
|
-
remote: http://rubygems.org/
|
54
|
-
specs:
|
55
|
-
bouncy-castle-java (1.5.0146.1)
|
56
|
-
diff-lcs (1.1.3)
|
57
|
-
epoxy (0.3.1)
|
58
|
-
extensional (1.3.1)
|
59
|
-
fastercsv (1.5.5)
|
60
|
-
jruby-openssl (0.7.7)
|
61
|
-
bouncy-castle-java (>= 1.5.0146.1)
|
62
|
-
json_pure (1.7.3)
|
63
|
-
methlab (0.1.0)
|
64
|
-
rack (1.4.1)
|
65
|
-
rack-test (0.6.1)
|
66
|
-
rack (>= 1.0)
|
67
|
-
rake (0.9.2.2)
|
68
|
-
rdbi (0.9.1)
|
69
|
-
epoxy (>= 0.3.1)
|
70
|
-
methlab (>= 0.0.9)
|
71
|
-
typelib
|
72
|
-
rspec (2.10.0)
|
73
|
-
rspec-core (~> 2.10.0)
|
74
|
-
rspec-expectations (~> 2.10.0)
|
75
|
-
rspec-mocks (~> 2.10.0)
|
76
|
-
rspec-core (2.10.1)
|
77
|
-
rspec-expectations (2.10.0)
|
78
|
-
diff-lcs (~> 1.1.3)
|
79
|
-
rspec-mocks (2.10.1)
|
80
|
-
sinatra (1.2.6)
|
81
|
-
rack (~> 1.1)
|
82
|
-
tilt (>= 1.2.2, < 2.0)
|
83
|
-
sinatra-authorization (1.0.0)
|
84
|
-
sinatra (>= 0.9.1.1)
|
85
|
-
tilt (1.3.3)
|
86
|
-
typelib (0.1.0)
|
87
|
-
uom (1.2.2)
|
88
|
-
extensional
|
89
|
-
yard (0.8.2.1)
|
90
|
-
|
91
|
-
PLATFORMS
|
92
|
-
java
|
93
|
-
ruby
|
94
|
-
|
95
|
-
DEPENDENCIES
|
96
|
-
caruby-core!
|
97
|
-
caruby-small!
|
98
|
-
caruby-tissue!
|
99
|
-
jinx!
|
100
|
-
jinx-json!
|
101
|
-
jinx-migrate!
|
102
|
-
rack-test
|
103
|
-
rake
|
104
|
-
rspec (>= 2.6)
|
105
|
-
sinatra (= 1.2.6)
|
106
|
-
yard
|