palladius 0.0.2 → 0.0.6
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/CHANGELOG +11 -0
- data/Makefile +1 -1
- data/Manifest +3 -2
- data/init.rb +1 -3
- data/lib/palladius.rb +9 -0
- data/palladius.gemspec +3 -3
- data/tasks/gemmization.rake +2 -2
- data/test/fail.rb +2 -0
- data.tar.gz.sig +0 -0
- metadata +7 -5
- metadata.gz.sig +1 -4
- data/VERSION +0 -1
data/CHANGELOG
ADDED
data/Makefile
CHANGED
data/Manifest
CHANGED
data/init.rb
CHANGED
data/lib/palladius.rb
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
viola 'This is palladius Gem'
|
|
3
3
|
|
|
4
|
+
# TODO get version programmatically, I guess it will be sth like ECHOE.VERSION
|
|
5
|
+
# because it's echoe to give it to me. If too difficult, roll back to version()
|
|
6
|
+
def palladius_version
|
|
7
|
+
:TODO
|
|
8
|
+
end
|
|
9
|
+
|
|
10
|
+
def palladius_qwerty
|
|
11
|
+
"palladius library/gem/plugin v#{palladius_version}. Please be patient, more to come!"
|
|
12
|
+
end
|
data/palladius.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = "palladius"
|
|
5
|
-
s.version = "0.0.
|
|
5
|
+
s.version = "0.0.6"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Riccardo Carlesso"]
|
|
@@ -10,8 +10,8 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.date = "2013-02-17"
|
|
11
11
|
s.description = "My PALLADIUS gem with various utilities. \n \n More to come\n "
|
|
12
12
|
s.email = "rusko AT palladius DOT it"
|
|
13
|
-
s.extra_rdoc_files = ["README.md", "lib/palladius.rb", "tasks/gemmization.rake"]
|
|
14
|
-
s.files = ["Makefile", "README.md", "Rakefile", "
|
|
13
|
+
s.extra_rdoc_files = ["CHANGELOG", "README.md", "lib/palladius.rb", "tasks/gemmization.rake"]
|
|
14
|
+
s.files = ["CHANGELOG", "Makefile", "Manifest", "README.md", "Rakefile", "init.rb", "lib/palladius.rb", "tasks/gemmization.rake", "test/fail.rb", "palladius.gemspec"]
|
|
15
15
|
s.homepage = "http://github.com/palladius/palladius"
|
|
16
16
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Palladius", "--main", "README.md"]
|
|
17
17
|
s.require_paths = ["lib"]
|
data/tasks/gemmization.rake
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
#################
|
|
3
3
|
# Deploy the gem 'palladius'
|
|
4
4
|
|
|
5
|
-
version = File.read( 'VERSION' )
|
|
5
|
+
#version = File.read( 'VERSION' )
|
|
6
6
|
|
|
7
|
-
Echoe.new('palladius'
|
|
7
|
+
Echoe.new('palladius') do |p|
|
|
8
8
|
p.summary = "My PALLADIUS gem. See http://github.com/palladius/palladius"
|
|
9
9
|
p.description = "My PALLADIUS gem with various utilities.
|
|
10
10
|
|
data/test/fail.rb
ADDED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: palladius
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 6
|
|
10
|
+
version: 0.0.6
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Riccardo Carlesso
|
|
@@ -87,18 +87,20 @@ executables: []
|
|
|
87
87
|
extensions: []
|
|
88
88
|
|
|
89
89
|
extra_rdoc_files:
|
|
90
|
+
- CHANGELOG
|
|
90
91
|
- README.md
|
|
91
92
|
- lib/palladius.rb
|
|
92
93
|
- tasks/gemmization.rake
|
|
93
94
|
files:
|
|
95
|
+
- CHANGELOG
|
|
94
96
|
- Makefile
|
|
97
|
+
- Manifest
|
|
95
98
|
- README.md
|
|
96
99
|
- Rakefile
|
|
97
|
-
- VERSION
|
|
98
100
|
- init.rb
|
|
99
101
|
- lib/palladius.rb
|
|
100
102
|
- tasks/gemmization.rake
|
|
101
|
-
-
|
|
103
|
+
- test/fail.rb
|
|
102
104
|
- palladius.gemspec
|
|
103
105
|
homepage: http://github.com/palladius/palladius
|
|
104
106
|
licenses: []
|
metadata.gz.sig
CHANGED
|
@@ -1,4 +1 @@
|
|
|
1
|
-
|
|
2
|
-
�K�۱H�=>��1YDhW�gq��5��E��;2�t��_�L�p�i�jE�P�[���?�I. �j��9�xC�><��R���CD��9K-�Z�u+p�VӐLj����ў�guc�*����a�H6%+�
|
|
3
|
-
*��{����C��^�J�
|
|
4
|
-
��K�-����ȴ@�d睪�&�^d�d0��u֑Z-����t ���GM�J�1@ߧ��a��U�_$9E�Y�U$���]i5n��$�A�j
|
|
1
|
+
*�s�6�)X��Hs[�&%8�#t=�g���GE`tV�w��PHI��}�� �Z�L�C���!�1�0�e�8�$�X�U���,�A�$��'�PP�ti�G���Rh�q���#K
|
data/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.0.2
|