depo 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/test/rails_root/public/ria/src/DOJO_VERSION +1 -0
- metadata +2 -1
data/Rakefile
CHANGED
@@ -29,7 +29,7 @@ PKG_FILES = FileList[ '[a-zA-Z]*', 'generators/**/*', 'lib/**/*', 'rails/**/*',
|
|
29
29
|
|
30
30
|
spec = Gem::Specification.new do |s|
|
31
31
|
s.name = "depo"
|
32
|
-
s.version = "0.0.
|
32
|
+
s.version = "0.0.2"
|
33
33
|
s.author = "niquola, smecsia"
|
34
34
|
s.email = "niquola@gmail.com"
|
35
35
|
#s.homepage = ""
|
@@ -0,0 +1 @@
|
|
1
|
+
1.4.102
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: depo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- niquola, smecsia
|
@@ -97,6 +97,7 @@ files:
|
|
97
97
|
- test/action_pack_test.rb
|
98
98
|
- test/build_profile_test.rb
|
99
99
|
- test/path_utils_test.rb
|
100
|
+
- test/rails_root/public/ria/src/DOJO_VERSION
|
100
101
|
- test/rails_root/public/ria/src/app/tests/my/Dijit.js
|
101
102
|
- test/rails_root/public/ria/src/app/tests/my/Dijit.html
|
102
103
|
- test/rails_root/public/ria/src/app/my/Dijit.js
|