auction-ruby-base 0.1.1 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2c9d491851bb500c4768584488bacccd32595fbb
4
- data.tar.gz: 362d75cccf933bcee3331fda3416b0b09fbc4d07
3
+ metadata.gz: 82fd46519822d45f224a392f35f5e10eb39df058
4
+ data.tar.gz: 014c45ae00340f58dbd785e700d78261aa05cbaa
5
5
  SHA512:
6
- metadata.gz: dded88ffcbef9231c1051801aa0ab98319fe21b056fbf55fbd286de5d2d958f805fd10d752e887a5c3ba5f06d2eeddb1fdf9353e8b5c086f185f9df44ee37869
7
- data.tar.gz: 76dcce204858f30f3ee036c9f6a544f4be84bcd2cbaec03b86d21a0df637dcabfb49b1b21ac342a5b357b2f8eb160982795babf4dfc9e588d0fa8f8d7d452642
6
+ metadata.gz: cfbe9e8ee0c163c846ec9ee56f7cacc9dbc07c58baeccbd8ae2122a4d973610795ed5fcfb042c7e5089e7398b34e60da2ff68bad2bbefe1ec1a2ca9326c0ddb7
7
+ data.tar.gz: e853924a2c115724cddb0be14ade5f4bf9f20f9a5c80c51c6341b2c509ca840fd4a74beb2eb4445eb7253d2feca09ef2c3b4eb67012db98f06001295a43c0abf
data/CHANGELOG.md CHANGED
@@ -6,49 +6,49 @@ file. This project adheres to [Semantic Versioning](http://semver.org/).
6
6
  As this project is pre 1.0, breaking changes may happen for minor version
7
7
  bumps. A breaking change will get clearly notified in this log.
8
8
 
9
- ## [unreleased](https://github.com/stellar/ruby-stellar-base/compare/v0.10.0...master)
10
- ## [0.10.0](https://github.com/stellar/ruby-stellar-base/compare/v0.0.0...v0.10.0)
9
+ ## [unreleased](https://github.com/stellar/ruby-auction-ruby-base/compare/v0.10.0...master)
10
+ ## [0.10.0](https://github.com/stellar/ruby-auction-ruby-base/compare/v0.0.0...v0.10.0)
11
11
 
12
12
  - Added memo helpers to `Stellar::Transaction.for_account`, allowing any operation builder (such as `Stellar::Transaction.payment) to provide a custom memo using the `:memo` attribute.
13
13
 
14
- ## [0.9.0](https://github.com/stellar/ruby-stellar-base/compare/v0.8.0...v0.9.0)
14
+ ## [0.9.0](https://github.com/stellar/ruby-auction-ruby-base/compare/v0.8.0...v0.9.0)
15
15
 
16
16
  ### Changed
17
17
  - XDR Definitions have been updated to stellar-core commit eed89649c2060b8e9dacffe2cec4e8b258b32416
18
18
 
19
- ## [0.8.0](https://github.com/stellar/ruby-stellar-base/compare/v0.7.0...v0.8.0)
19
+ ## [0.8.0](https://github.com/stellar/ruby-auction-ruby-base/compare/v0.7.0...v0.8.0)
20
20
 
21
21
  ### Changed
22
22
  - BREAKING CHANGE: The default network for this library is now the stellar test network.
23
23
  To enable this library for the production network use `Stellar.default_network = Stellar::Networks::PUBLIC`
24
24
  at the head of your script or in your configuration function.
25
25
 
26
- ## [0.7.0](https://github.com/stellar/ruby-stellar-base/compare/v0.6.1...v0.7.0)
26
+ ## [0.7.0](https://github.com/stellar/ruby-auction-ruby-base/compare/v0.6.1...v0.7.0)
27
27
 
28
28
  ### Changed
29
29
 
30
30
  - Bump xdr dependency to 1.0.0
31
31
 
32
- ## [0.6.1](https://github.com/stellar/ruby-stellar-base/compare/v0.6.0...v0.6.1)
32
+ ## [0.6.1](https://github.com/stellar/ruby-auction-ruby-base/compare/v0.6.0...v0.6.1)
33
33
 
34
34
  ### Changed
35
35
 
36
36
  - Update default fee for transactions to new minimum of 100 stroops
37
37
 
38
38
 
39
- ## [0.6.0](https://github.com/stellar/ruby-stellar-base/compare/v0.5.0...v0.6.0)
39
+ ## [0.6.0](https://github.com/stellar/ruby-auction-ruby-base/compare/v0.5.0...v0.6.0)
40
40
 
41
41
  ### Changed
42
42
 
43
43
  - Update to latest xdr (stellar-core commit ad22bccafbbc14a358f05a989f7b95714dc9d4c6)
44
44
 
45
- ## [0.5.0](https://github.com/stellar/ruby-stellar-base/compare/v0.4.0...v0.5.0)
45
+ ## [0.5.0](https://github.com/stellar/ruby-auction-ruby-base/compare/v0.4.0...v0.5.0)
46
46
 
47
47
  ### Changed
48
48
 
49
49
  - Update to latest xdr
50
50
 
51
- ## [0.4.0](https://github.com/stellar/ruby-stellar-base/compare/v0.3.0...v0.4.0)
51
+ ## [0.4.0](https://github.com/stellar/ruby-auction-ruby-base/compare/v0.3.0...v0.4.0)
52
52
 
53
53
  ### Changed
54
54
  - BREAKING CHANGE: "Amounts", that is, input parameters that represent a
data/CONTRIBUTING.md CHANGED
@@ -34,7 +34,7 @@ business days. We may suggest some changes or improvements or alternatives.
34
34
 
35
35
  # Additional Resources
36
36
 
37
- * [Bug tracker (Github)](https://github.com/stellar/ruby-stellar-base/issues)
37
+ * [Bug tracker (Github)](https://github.com/stellar/ruby-auction-ruby-base/issues)
38
38
  * <a href="https://docs.google.com/forms/d/1g7EF6PERciwn7zfmfke5Sir2n10yddGGSXyZsq98tVY/viewform?usp=send_form">Contributor License Agreement</a>
39
39
  * #stellar-dev IRC channel on freenode.org and Slack chat on stellar-public.slack.com
40
40
 
data/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # Stellar::Base
2
2
 
3
- [![Build Status](https://travis-ci.org/stellar/ruby-stellar-base.svg)](https://travis-ci.org/stellar/ruby-stellar-base)
4
- [![Code Climate](https://codeclimate.com/github/stellar/ruby-stellar-base/badges/gpa.svg)](https://codeclimate.com/github/stellar/ruby-stellar-base)
3
+ [![Build Status](https://travis-ci.org/stellar/ruby-auction-ruby-base.svg)](https://travis-ci.org/stellar/ruby-auction-ruby-base)
4
+ [![Code Climate](https://codeclimate.com/github/stellar/ruby-auction-ruby-base/badges/gpa.svg)](https://codeclimate.com/github/stellar/ruby-auction-ruby-base)
5
5
 
6
- The stellar-base library is the lowest-level stellar helper library. It consists of classes
6
+ The auction-ruby-base library is the lowest-level stellar helper library. It consists of classes
7
7
  to read, write, hash, and sign the xdr structures that are used in stellard.
8
8
 
9
9
  ## Installation
@@ -11,7 +11,7 @@ to read, write, hash, and sign the xdr structures that are used in stellard.
11
11
  Add this line to your application's Gemfile:
12
12
 
13
13
  ```ruby
14
- gem 'stellar-base'
14
+ gem 'auction-ruby-base'
15
15
  ```
16
16
 
17
17
  And then execute:
@@ -20,7 +20,7 @@ And then execute:
20
20
 
21
21
  Or install it yourself as:
22
22
 
23
- $ gem install stellar-base
23
+ $ gem install auction-ruby-base
24
24
 
25
25
  Also requires libsodium. Installable via `brew install libsodium` on OS X.
26
26
 
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
 
4
- require 'stellar-base'
4
+ require 'auction-ruby-base'
5
5
  require 'faraday'
6
6
  require 'faraday_middleware'
7
7
 
@@ -7,7 +7,7 @@
7
7
  # Look at mid_level_transaction_post.rb to see a friendlier form
8
8
 
9
9
  require 'rbnacl'
10
- require 'stellar-base'
10
+ require 'auction-ruby-base'
11
11
  require 'faraday'
12
12
  require 'digest/sha2'
13
13
 
@@ -8,7 +8,7 @@
8
8
  # which is where we extend the xdrgen generated source files with our higher
9
9
  # level api.
10
10
 
11
- require 'stellar-base'
11
+ require 'auction-ruby-base'
12
12
  require 'faraday'
13
13
  require 'faraday_middleware'
14
14
 
@@ -12,7 +12,7 @@
12
12
  # example is pretty cumbersome to run. It is only used for illustrative purposes
13
13
  # of the flow
14
14
 
15
- require 'stellar-base'
15
+ require 'auction-ruby-base'
16
16
  require 'faraday'
17
17
  require 'faraday_middleware'
18
18
 
data/examples/offer.rb CHANGED
@@ -12,7 +12,7 @@
12
12
  # example is pretty cumbersome to run. It is only used for illustrative purposes
13
13
  # of the flow
14
14
 
15
- require 'stellar-base'
15
+ require 'auction-ruby-base'
16
16
  require 'faraday'
17
17
  require 'faraday_middleware'
18
18
 
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require 'stellar-base'
3
+ require 'auction-ruby-base'
4
4
 
5
5
  master = Stellar::KeyPair.master
6
6
  destination = Stellar::KeyPair.master
data/lib/stellar-base.rb CHANGED
@@ -8,7 +8,7 @@ require 'active_support/core_ext/kernel/reporting'
8
8
  # See ../generated for code-gen'ed files
9
9
 
10
10
  silence_warnings do
11
- require 'stellar-base-generated'
11
+ require 'auction-ruby-base-generated'
12
12
  end
13
13
  Stellar.load_all!
14
14
 
data/lib/stellar/base.rb CHANGED
@@ -1 +1 @@
1
- require "stellar-base"
1
+ require "auction-ruby-base"
@@ -1,5 +1,5 @@
1
1
  module Stellar
2
2
  module Base
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
data/spec/spec_helper.rb CHANGED
@@ -5,7 +5,7 @@ require 'simplecov'
5
5
  SimpleCov.start
6
6
 
7
7
  require 'pry'
8
- require 'stellar-base'
8
+ require 'auction-ruby-base'
9
9
 
10
10
  SPEC_ROOT = File.dirname(__FILE__)
11
11
 
data/tasks/xdr.rake CHANGED
@@ -42,7 +42,7 @@ namespace :xdr do
42
42
  compilation = Xdrgen::Compilation.new(
43
43
  LOCAL_XDR_PATHS,
44
44
  output_dir: "generated",
45
- namespace: "stellar-base-generated",
45
+ namespace: "auction-ruby-base-generated",
46
46
  language: :ruby
47
47
  )
48
48
  compilation.compile
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auction-ruby-base
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hlib Naumenko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-27 00:00:00.000000000 Z
11
+ date: 2016-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xdr