ric 0.12.2 → 0.13.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 91748d87813a61102acca7cc01ad501851a0ef5dc6bb149f7c66c0fd706839d0
4
- data.tar.gz: b489cb4e33a611945c89d08f5105289fa178205305673f3e7d2f89e8be62354c
3
+ metadata.gz: ad9acea383ac1ae2f378c6ad093184be95b6e9468f3b24bb476ce63e372cc6c2
4
+ data.tar.gz: 32b2325887dbfc5b1fff5ebe42677b4a5847c13f904adba930888957ecf4135d
5
5
  SHA512:
6
- metadata.gz: 484dbcf9a8a4987060662abec8c4bb3ec80cc61959decc60b5dab4c1bb1942d789fc4b94034d890f9c230c48e98024340890cd80f55ccf2888b8e456a7dbd9a5
7
- data.tar.gz: af9d453a56aa990a08e6d4dd385744915b240530f702f0dfceca4fb18242cb44d628b353de3881c0c5d784df5b30e88ab2470e405937fe43b8a2843b28cb3102
6
+ metadata.gz: 45c3ad662f4dd7423ff791fc5b1c35648434388375cabce9415b0f0abfef908a70df0d41a04f8dc0514a9bb522aada8f0f333cec85f201a07d2cdc34b6112beb
7
+ data.tar.gz: 82ef445fcc468163ad8ce7ca1a0edbbf6274ea34ecff1265e782d090ebbb355ef77adbe444e1c7e08487335a2ef08c0a3d3cf0e9880826ed3ed46729bb5ca577
Binary file
data.tar.gz.sig CHANGED
Binary file
data/Makefile CHANGED
@@ -1,14 +1,23 @@
1
1
 
2
2
  # Makefile before I learn how to use a Rakefile appropriately :P
3
+
4
+ VERSION = $(shell cat VERSION)
5
+
3
6
  install:
4
7
  bundle install --path vendor/bundle
5
8
 
6
- deploy: install
9
+ build: install
7
10
  #sbin/rake-deploy1.sh
8
11
  bundle exec rake build
9
12
  bundle exec rake release
10
13
  echo Correctly built and deployed version 1
11
14
 
15
+ push-to-rubygems:
16
+ # requires both private key and user/password so only for the maintainer..
17
+ bundle exec rake build
18
+ rake gem
19
+ gem push pkg/ric-$(VERSION).gem
20
+
12
21
  clean:
13
22
  rm -rf pkg/ doc/
14
23
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.12.2
1
+ 0.13.0
@@ -1,5 +1,15 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
+ #print "[DEB] ruby version: #{RUBY_VERSION}\n"
4
+
5
+ # TESTED with ruby 2.5.1
6
+ #if Integer(RUBY_VERSION.split('.')[0]) > 1 ; then
7
+ # print "Ruby to advanced for this shogram(version: #{RUBY_VERSION}): aborting"
8
+ # #fatal 42 "ruby too new"
9
+ #end
10
+
11
+ #exit 1
12
+
3
13
  =begin
4
14
  ############################################################
5
15
  @author: Riccardo Carlesso
@@ -20,7 +30,7 @@
20
30
  ###########################################################
21
31
  =end
22
32
 
23
- $PROG_VER = '1.0.0'
33
+ $PROG_VER = '1.0.1'
24
34
 
25
35
  =begin
26
36
  @history:
@@ -40,6 +50,7 @@
40
50
  require 'ric'
41
51
  #require 'active_resource' # not needed anymore, after ric gem v0.12.0
42
52
  require 'socket'
53
+ require 'activeresource'
43
54
 
44
55
  include RubyClasses::Array
45
56
 
@@ -100,7 +111,7 @@ Usage: #{File.basename $0} [options] [add|list|done|del] [args]
100
111
  end
101
112
 
102
113
  #################################################################################################################################################
103
- class RemoteTodo < ActiveResource::Base
114
+ class RemoteTodo < ActiveResource::Base
104
115
  # With a singleton u can define the accessors of the class (attr accessor for self!)
105
116
  #class << self
106
117
  # attr_accessor :description # = '-'
@@ -117,7 +128,7 @@ riccardo heroku: &DEVEL_LOCAL
117
128
  password: guest
118
129
  description: My Rails 3 development (guest//guest shuld work for real This is NOT a random thing)
119
130
  RiccardoHeroku: &RICCARDO_HEROKU
120
- site: "http://septober.heroku.com/api/" # or http://septober.heroku.com/api/
131
+ site: "http://septober.palladi.us/api/"
121
132
  user: YOURUSERNAME
122
133
  password: YOURPASSWORD
123
134
  description: this server exists but is REALLY slow..
@@ -1,15 +1,15 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: ric 0.12.2 ruby lib
2
+ # stub: ric 0.13.0 ruby lib
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "ric".freeze
6
- s.version = "0.12.2"
6
+ s.version = "0.13.0"
7
7
 
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2".freeze) if s.respond_to? :required_rubygems_version=
9
9
  s.require_paths = ["lib".freeze]
10
10
  s.authors = ["Riccardo Carlesso".freeze]
11
11
  s.cert_chain = ["/home/riccardo/git/gic/private/rusko@palladius.it/gem-public_cert.pem".freeze]
12
- s.date = "2019-05-04"
12
+ s.date = "2019-05-11"
13
13
  s.description = "My first gem with various utilities (colors and tests now). \n My name is Riccardo, hence 'ric' (ok I admit it, this was just ot prove Im able to build a sentence\n with hence!)".freeze
14
14
  s.email = "['p','ll','diusbonton].join('a') @ gmail.com".freeze
15
15
  s.executables = ["itunes.rb".freeze, "ric".freeze, "riclib-test".freeze, "septober".freeze, "xcopy".freeze]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ric
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.2
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Riccardo Carlesso
@@ -32,7 +32,7 @@ cert_chain:
32
32
  P5uQ5px4pPuY2d0qLqYvN1r2E8ja5UkVanqfwvLh+nl8k+bSdJSYHrYTUDaigjJ7
33
33
  JLyb9qTxSiYD9QnlmHKA
34
34
  -----END CERTIFICATE-----
35
- date: 2019-05-04 00:00:00.000000000 Z
35
+ date: 2019-05-11 00:00:00.000000000 Z
36
36
  dependencies:
37
37
  - !ruby/object:Gem::Dependency
38
38
  name: activeresource
metadata.gz.sig CHANGED
Binary file